Class EventAttribute
Attribute for link all static methods with a System.Action. When the action is invoked, all methods get called.
Constructors
EventAttribute(int)
Attribute for link all static methods with a System.Action. When the action is invoked, all methods get called.
Declaration
protected EventAttribute(int order = 0)