Class BarcodeClickEventArgs
Inheritance
System.Object
System.EventArgs
BarcodeClickEventArgs
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 BarcodeClickEventArgs : EventArgs
Constructors
BarcodeClickEventArgs(String, List<Object>)
Declaration
public BarcodeClickEventArgs(string sEventArgument, List<object> cur_obj_args)
Parameters
Type | Name | Description |
---|---|---|
System.String | sEventArgument | |
System.Collections.Generic.List<System.Object> | cur_obj_args |
Properties
CurrentObj
Declaration
public object CurrentObj { get; }
Property Value
Type | Description |
---|---|
System.Object |
CurrentText
Declaration
public object CurrentText { get; }
Property Value
Type | Description |
---|---|
System.Object |