| SequenceExtensionNotifyInitialized Method |
Notification that is called when this sequence is initialized by the CT core.
Note that ID might change and so DO NOT store any information based on this ID.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntax public abstract void NotifyInitialized(
int lSequenceID
)
Public MustOverride Sub NotifyInitialized (
lSequenceID As Integer
)
Parameters
- lSequenceID
- Type: SystemInt32
See Also