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.
Represents the method that handles an event for a SyncAction.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public delegate void SyncActionEventHandler(
object sender,
SyncActionEventArgs e
)
public delegate void SyncActionEventHandler(
Object^ sender,
SyncActionEventArgs^ e
)
type SyncActionEventHandler =
delegate of
sender:Object *
e:SyncActionEventArgs -> unit
Public Delegate Sub SyncActionEventHandler (
sender As Object,
e As SyncActionEventArgs
)
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: Microsoft.ManagementConsole.SyncActionEventArgsContains the event data.
See Also
Microsoft.ManagementConsole Namespace
Return to top