This documentation is archived and is not being maintained.
PropertyGrid.PropertyTabChanged Event
.NET Framework 1.1
Occurs when a property tab changes.
[Visual Basic] Public Event PropertyTabChanged As PropertyTabChangedEventHandler [C#] public event PropertyTabChangedEventHandler PropertyTabChanged; [C++] public: __event PropertyTabChangedEventHandler* PropertyTabChanged;
[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.
Event Data
The event handler receives an argument of type PropertyTabChangedEventArgs containing data related to this event. The following PropertyTabChangedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| NewTab | Gets the new PropertyTab selected. |
| OldTab | Gets the old PropertyTab selected. |
Remarks
For more information about handling events, see Consuming Events.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
PropertyGrid Class | PropertyGrid Members | System.Windows.Forms Namespace
Show: