Method IsEventLocked
IsEventLocked(EventScriptType)
Gets a value indicating whether the event script can be modified for the specified event.
public bool IsEventLocked(EventScriptType eventType)
Parameters
eventTypeEventScriptTypeThe event type to query.
Returns
- bool
True if the event is locked and the script cannot be modified, otherwise false.