Search Results for

    Show / Hide Table of Contents

    Class ExecuteCommandEventArgs

    Command executed arguments

    Inheritance
    System.Object
    System.EventArgs
    ExecuteCommandEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Navigation.Command
    Assembly: Simplic.Navigation.Command.dll
    Syntax
    public class ExecuteCommandEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    Arguments

    Gets or sets the arguments

    Declaration
    public IList<string> Arguments { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.String>
    | Improve this Doc View Source

    Command

    Gets or sets the command

    Declaration
    public NavigationCommand Command { get; set; }
    Property Value
    Type Description
    NavigationCommand
    | Improve this Doc View Source

    Result

    Gets or sets the result object

    Declaration
    public ExecuteCommandResult Result { get; }
    Property Value
    Type Description
    ExecuteCommandResult
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx