BlipFace.View.ActionsEventArgs.ActionsEventArgs C# (CSharp) Method

ActionsEventArgs() public method

public ActionsEventArgs ( Actions action ) : System
action Actions
return System
        public ActionsEventArgs(Actions action)
        {
            NextAction = action;
        }

Same methods

ActionsEventArgs::ActionsEventArgs ( Actions action, object data ) : System
ActionsEventArgs