PropertyValueChangedEventArgs Class
Provides data for the PropertyValueChanged event of a PropertyGrid.
For a list of all members of this type, see PropertyValueChangedEventArgs Members.
System.Object
System.EventArgs
System.Windows.Forms.PropertyValueChangedEventArgs
[Visual Basic] <ComVisible(True)> Public Class PropertyValueChangedEventArgs Inherits EventArgs [C#] [ComVisible(true)] public class PropertyValueChangedEventArgs : EventArgs [C++] [ComVisible(true)] public __gc class PropertyValueChangedEventArgs : public EventArgs [JScript] public ComVisible(true) class PropertyValueChangedEventArgs extends EventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The PropertyValueChanged event occurs when the user changes the value of a property, which is specified as a GridItem, in a PropertyGrid.
For more information about handling events, see Consuming Events.
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
PropertyValueChangedEventArgs Members | System.Windows.Forms Namespace