BlipFace.View.ActionsEventArgs.ActionsEventArgs C# (CSharp) Méthode

ActionsEventArgs() public méthode

public ActionsEventArgs ( Actions action ) : System
action Actions
Résultat System
        public ActionsEventArgs(Actions action)
        {
            NextAction = action;
        }

Same methods

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