Delegate ViewChangingEventHandler
The public delegate for the ViewChanging event.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void ViewChangingEventHandler(object sender, ViewChangingEventArgs e);
Parameters
System.
|
View
|
Constructors
ViewChangingEventHandler(Object, IntPtr)
Declaration
public ViewChangingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, ViewChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ViewChangingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
View
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, ViewChangingEventArgs)
Declaration
public virtual void Invoke(object sender, ViewChangingEventArgs e)
Parameters
System.
|
View
|