BCGControlBar Library for .NET
Fire_PropertyChanged Method (CommandObject)




A PropertyChangedEventArgs that contains the event data.
Raises PropertyChanged event  which occurs when a property value changes.
Syntax
'Declaration
 
Public Sub Fire_PropertyChanged( _
   ByVal e As PropertyChangedEventArgs _
) 
'Usage
 
Dim instance As CommandObject
Dim e As PropertyChangedEventArgs
 
instance.Fire_PropertyChanged(e)
public void Fire_PropertyChanged( 
   PropertyChangedEventArgs e
)
public: void Fire_PropertyChanged( 
   PropertyChangedEventArgs* e
) 
public:
void Fire_PropertyChanged( 
   PropertyChangedEventArgs^ e
) 

Parameters

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

CommandObject Class
CommandObject Members

Send Feedback