Partager via


ObjectSelectedEventArgs Constructor (Object)

 

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

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

Syntax

public ObjectSelectedEventArgs(
    object selection
)
public:
ObjectSelectedEventArgs(
    Object^ selection
)
Public Sub New (
    selection As Object
)

Parameters

See Also

ObjectSelectedEventArgs Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top