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)
SyntaxGuid 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:
GuidSubscription ID. Guid.Empty if unable to subscribe
See Also