Class TabEventArgs
Represents the TabEventArgs class
Inheritance
System.Object
System.EventArgs
TabEventArgs
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 TabEventArgs : EventArgs
Constructors
TabEventArgs(Dictionary<String, Object>)
Initializes the new instance of TabEventArgs class
Declaration
public TabEventArgs(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 TabEventArgs class
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 TabEventArgs class
Declaration
public string EventType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NewSelectedIndex
Gets or sets the new selected index
Declaration
public int NewSelectedIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OldSelectedIndex
Gets or sets the old selected index
Declaration
public int OldSelectedIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |