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