Class BarcodeValueChangingEventArgs
Inheritance
System.Object
BarcodeValueChangingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class BarcodeValueChangingEventArgs : CancelEventArgs
Constructors
BarcodeValueChangingEventArgs(String, String)
Declaration
public BarcodeValueChangingEventArgs(string oldValue, string newValue)
Parameters
System.String
oldValue
|
System.String
newValue
|
Properties
NewValue
Declaration
public string NewValue { get; set; }
Property Value
System.String
|
OldValue
Declaration
public string OldValue { get; set; }
Property Value
System.String
|