ObjectSelectedEventArgs Class

 

Holds data for the ObjectSelected event.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

System::Object
  System::EventArgs
    Microsoft.WindowsServerSolutions.Administration.ObjectModel::ObjectSelectedEventArgs

public ref class ObjectSelectedEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodObjectSelectedEventArgs(Object^)

Creates a new instance of the ObjectSelectedEventArgs object, using the specified selection.

NameDescription
System_CAPS_pubpropertySelectedObject

Gets the selected object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: