Click or drag to resize

IGHARemoteObjectSubscribeToCreate Method

[This is preliminary documentation and is subject to change.]

Subscribes to child object creation

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Guid SubscribeToCreate(
	Object Subscriber,
	string EventHandlerName
)

Parameters

Subscriber
Type: SystemObject
Object containing the event handler
EventHandlerName
Type: SystemString
Name of the event handler to invoke with a child object is created

Return Value

Type: Guid
Subscription ID. Guid.Empty if unable to subscribe
See Also