Class ShapeFileLayer.ShapeSelectionEventHandler
Inheritance
System.Object
ShapeFileLayer.ShapeSelectionEventHandler
Assembly: Syncfusion.SfMaps.XForms.dll
public sealed class ShapeSelectionEventHandler : MulticastDelegate
Constructors
Declaration
public ShapeSelectionEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object data, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
data |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object data)
Parameters
Type |
Name |
Description |
System.Object |
data |
|