Interface ISTOMEventsRegistrator
Namespace: STOMTypes
Assembly: STOMTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("670C7006-DFC8-4168-BDB6-71EE7645A680")]
public interface ISTOMEventsRegistratorMethods
RegisterEvents(ISTOMPropertyEvents, byte)
Declaration
void RegisterEvents(ISTOMPropertyEvents e, byte EventTypes)Parameters
| Type | Name | Description | 
|---|---|---|
| ISTOMPropertyEvents | e | |
| byte | EventTypes | 
UnregisterEvents(ISTOMPropertyEvents)
Declaration
void UnregisterEvents(ISTOMPropertyEvents e)Parameters
| Type | Name | Description | 
|---|---|---|
| ISTOMPropertyEvents | e |