Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

SelectedGridItemChangedEventArgs Class

Provides data for the SelectedGridItemChanged event of the PropertyGrid control.

For a list of all members of this type, see SelectedGridItemChangedEventArgs Members.

System.Object
   System.EventArgs
      System.Windows.Forms.SelectedGridItemChangedEventArgs

[Visual Basic]
Public Class SelectedGridItemChangedEventArgs
   Inherits EventArgs
[C#]
public class SelectedGridItemChangedEventArgs : EventArgs
[C++]
public __gc class SelectedGridItemChangedEventArgs : public
   EventArgs
[JScript]
public class SelectedGridItemChangedEventArgs 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 SelectedGridItemChanged event occurs when the user changes the GridItem that is selected in a PropertyGrid.

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

SelectedGridItemChangedEventArgs Members | System.Windows.Forms Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.