ExoModel.ModelEventScope.ModelEventScope C# (CSharp) Method

ModelEventScope() private method

Creates a new ModelEventScope that represents a generic event within the object model.
private ModelEventScope ( ) : System
return System
        internal ModelEventScope()
        {
            parent = current;
            current = this;
        }

Same methods

ModelEventScope::ModelEventScope ( ModelEvent @event ) : System