Wimark.Controls Class Library  

CommandItem.PropertyChanged Event

Occurs when a property of a CommandItem object has been changed.

[Visual Basic]
Public Event PropertyChanged As PropertyChangedEventHandler 
[C#]
public event PropertyChangedEventHandler PropertyChanged;
[C++]
public: __event PropertyChangedEventHandler* PropertyChanged;

Event Data

The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs property provides information specific to this event.

Property Description
NewValue Gets the new property value.
OldValue Gets the old property value.
PropertyType Gets the property type.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

CommandItem Class | CommandItem Members | Wimark.Controls Namespace