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.
Occurs when the SyncAction is triggered.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public event SyncAction.SyncActionEventHandler Triggered
public:
event SyncAction::SyncActionEventHandler^ Triggered {
void add(SyncAction::SyncActionEventHandler^ value);
void remove(SyncAction::SyncActionEventHandler^ value);
}
member Triggered : IEvent<SyncAction.SyncActionEventHandler,
SyncActionEventArgs>
Public Event Triggered As SyncAction.SyncActionEventHandler
See Also
SyncAction Class
Microsoft.ManagementConsole Namespace
Return to top