IGHARemoteObjectSubscribeToDelete Method |
[This is preliminary documentation and is subject to change.]
Subscribe to child object deletion
Namespace:
RemoteLib
Assembly:
RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxGuid SubscribeToDelete(
Object Subscriber,
string EventHandlerName
)
Parameters
- Subscriber
- Type: SystemObject
Object containing the event handler - EventHandlerName
- Type: SystemString
Event handler to invoke when a child is deleted
Return Value
Type:
GuidSubscription ID. Guid.Empty if unable to subscribe
See Also