|
|
the type of the built-in event
|
[Example]
evType = event.GetType()
|
|
the type of the output target of built-in event
|
[Example]
event.SetOutputTarget(BUILTINEVENTOUTPUT_ALWAYS)
|
|
the type of the output target of built-in event
|
[Example]
outTarget = event.GetOutputTarget()
|
|
the insert position of the built-in event
|
[Example]
insPos = spdevt.GetBuiltInEventInsertPosition()
if insPos == TPINSERTPOS_INSERTBEFORE:
|