ConsoleParentNode.ScopePaneObjectReadyEvent Event
Notifies that a single object is available for display in the scope pane.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As ConsoleParentNode
Dim handler As EventHandler(Of QueryProcessorObjectEventArgs)
AddHandler instance.ScopePaneObjectReadyEvent, handler
Syntax
'Declaration
Public Event ScopePaneObjectReadyEvent As EventHandler(Of QueryProcessorObjectEventArgs)
public event EventHandler<QueryProcessorObjectEventArgs> ScopePaneObjectReadyEvent
public:
event EventHandler<QueryProcessorObjectEventArgs^>^ ScopePaneObjectReadyEvent {
void add (EventHandler<QueryProcessorObjectEventArgs^>^ value);
void remove (EventHandler<QueryProcessorObjectEventArgs^>^ value);
}
/** @event */
public void add_ScopePaneObjectReadyEvent (EventHandler<QueryProcessorObjectEventArgs> value)
/** @event */
public void remove_ScopePaneObjectReadyEvent (EventHandler<QueryProcessorObjectEventArgs> value)
Remarks
Arguments for this event are represented by a QueryProcessorObjectEventArgs object.
Views can subscribe to this event to get called to supply actions for the console parent node in the event handler.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
ConsoleParentNode Class
ConsoleParentNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
QueryProcessorObjectEventArgs