Click or drag to resize

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