Class MenuEventArgs
Represents the MenuEventArgs class
Inheritance
System.Object
System.EventArgs
MenuEventArgs
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: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class MenuEventArgs : EventArgs
Constructors
MenuEventArgs(Dictionary<String, Object>)
Initializes the new instance of MenuEventArgs class
Declaration
public MenuEventArgs(Dictionary<string, object> args)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> | args | Gets the event arguments as Dictionary object |
Properties
Arguments
Gets or sets the arguments of MenuEventArgs
Declaration
public Dictionary<string, object> Arguments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
EventType
Gets or sets the event type of MenuEventArgs class
Declaration
public string EventType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ID
Gets or sets the identifier
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentId
Gets or sets the parent identifier
Declaration
public string ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectedItem
Gets or sets the selected item
Declaration
public int SelectedItem { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Text
Gets or sets the text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |