Delegate BarcodeValueChangingEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void BarcodeValueChangingEventHandler(object sender, BarcodeValueChangingEventArgs e);
Parameters
System.Object
sender
|
BarcodeValueChangingEventArgs
e
|
Constructors
BarcodeValueChangingEventHandler(Object, IntPtr)
Declaration
public BarcodeValueChangingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, BarcodeValueChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, BarcodeValueChangingEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
BarcodeValueChangingEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, BarcodeValueChangingEventArgs)
Declaration
public virtual void Invoke(object sender, BarcodeValueChangingEventArgs e)
Parameters
System.Object
sender
|
BarcodeValueChangingEventArgs
e
|