BlipFace.View.ActionsEventArgs.ActionsEventArgs C# (CSharp) 메소드

ActionsEventArgs() 공개 메소드

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

Same methods

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