Click or drag to resize

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)
Syntax
C#
Guid 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: Guid
Subscription ID. Guid.Empty if unable to subscribe
See Also