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

ActionsEventArgs() public method

public ActionsEventArgs ( Actions action, object data ) : System
action Actions
data object
return System
        public ActionsEventArgs(Actions action, object data)
        {
            NextAction = action;
            Data = data;
        }

Same methods

ActionsEventArgs::ActionsEventArgs ( Actions action ) : System
ActionsEventArgs