Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Holds data for the ObjectSelected event.
Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Inheritance Hierarchy
System.Object
  System.EventArgs
    Microsoft.WindowsServerSolutions.Administration.ObjectModel.ObjectSelectedEventArgs
Syntax
public class ObjectSelectedEventArgs : EventArgs
public ref class ObjectSelectedEventArgs : EventArgs
Public Class ObjectSelectedEventArgs
    Inherits EventArgs
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | ObjectSelectedEventArgs(Object) | Creates a new instance of the ObjectSelectedEventArgs object, using the specified selection. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | SelectedObject | Gets the selected object. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
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.
See Also
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top