Method | Description | |
---|---|---|
Flush ( ) : void |
Raises the Exited event for the current scope and all parent scopes.
|
|
OnExit ( System.Action action ) : void |
Causes the specified action to be performed when the outermost model event scope has exited, or performs the action immediately if there is not a current scope.
|
|
Perform ( System.Action action ) : void |
Performs the specified action inside a ModelEventScope.
|
Method | Description | |
---|---|---|
Exit ( ) : void |
Invokes the Exited event if this is the outermost ModelEventScope.
|
|
ModelEventScope ( ) : System |
Creates a new ModelEventScope that represents a generic event within the object model.
|
|
ModelEventScope ( |
Creates a new ModelEventScope that represents a specific event within the object model.
|
|
Perform ( |
Performs the specified action inside a ModelEventScope.
|
|
PerformAction ( System.Action action ) : void |
Performs the specified action inside the current ModelEventScope.
|
|
RaiseExited ( ) : void |
public static OnExit ( System.Action action ) : void | ||
action | System.Action | |
return | void |
public static Perform ( System.Action action ) : void | ||
action | System.Action | |
return | void |