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.
Called when the Delete standard verb is triggered.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected virtual void OnDelete(
SyncStatus status
)
protected:
virtual void OnDelete(
SyncStatus^ status
)
abstract OnDelete :
status:SyncStatus -> unit
override OnDelete :
status:SyncStatus -> unit
Protected Overridable Sub OnDelete (
status As SyncStatus
)
Parameters
status
Type: Microsoft.ManagementConsole.SyncStatusThe object that holds the status information.
See Also
View Class
Microsoft.ManagementConsole Namespace
Return to top