Search Results for

    Show / Hide Table of Contents

    Class CommandEventArgs

    Event args for a command

    Inheritance
    System.Object
    System.EventArgs
    CommandEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public class CommandEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    CommandEventArgs(ICommand)

    Constructor

    Declaration
    public CommandEventArgs(ICommand cmd)
    Parameters
    Type Name Description
    ICommand cmd

    Properties

    | Improve this Doc View Source

    Command

    The command

    Declaration
    public ICommand Command { get; }
    Property Value
    Type Description
    ICommand
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng