BCGControlBar Library for .NET
OnItemPropertyChanged Method (PropertyListControl)




A PropertyListItem which changed a value.

A PropertyChangedEventArgs that contains the event data.

Raises the ItemPropertyChanged event.
Syntax
'Declaration
 
Public Overridable Sub OnItemPropertyChanged( _
   ByVal sender As Object, _
   ByVal e As PropertyChangedEventArgs _
) 
'Usage
 
Dim instance As PropertyListControl
Dim sender As Object
Dim e As PropertyChangedEventArgs
 
instance.OnItemPropertyChanged(sender, e)
public virtual void OnItemPropertyChanged( 
   object sender,
   PropertyChangedEventArgs e
)
public: virtual void OnItemPropertyChanged( 
   Object* sender,
   PropertyChangedEventArgs* e
) 
public:
virtual void OnItemPropertyChanged( 
   Object^ sender,
   PropertyChangedEventArgs^ e
) 

Parameters

sender
A PropertyListItem which changed a value.
e

A PropertyChangedEventArgs that contains the event data.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyListControl Class
PropertyListControl Members

Send Feedback