IGHARemoteObjectSubscribeToProperty Method |
[This is preliminary documentation and is subject to change.]
Subscribes to changes of the specified property name
Namespace:
RemoteLib
Assembly:
RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxGuid SubscribeToProperty(
Object gObj,
string propertyName,
string EventHandler
)
Parameters
- gObj
- Type: SystemObject
Local object that contains the event handler - propertyName
- Type: SystemString
Name of the property which to subscribe - EventHandler
- Type: SystemString
Name of the event handler to invoke on the property change
Return Value
Type:
GuidGuid representing the subscription ID. Guid.Empty if unable to subscribe
See Also