Class AxisElementChangedEventHandler
Represents the method that handles the event raised when the axis element gets changed.
Inheritance
System.Object
AxisElementChangedEventHandler
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public sealed class AxisElementChangedEventHandler : MulticastDelegate
Constructors
AxisElementChangedEventHandler(Object, IntPtr)
Declaration
public AxisElementChangedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, AxisElementChangedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, AxisElementChangedEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, AxisElementChangedEventArgs)
Declaration
public virtual void Invoke(object sender, AxisElementChangedEventArgs e)
Parameters
Extension Methods