ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1MenuEventArgs Class / CommandSource Property

In This Topic
    CommandSource Property (C1MenuEventArgs)
    In This Topic
    Gets the Object that raised the event.
    Syntax
    'Declaration
     
    Public ReadOnly Property CommandSource As System.Object
    public System.object CommandSource {get;}
    See Also