Delegate MappingErrorEventHandler
Defines mapping error event handler.
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0
public delegate void MappingErrorEventHandler(MappingEngine sender, MappingEngineErrorEventArgs e);
Parameters
Constructors
Declaration
public MappingErrorEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(MappingEngine sender, MappingEngineErrorEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(MappingEngine sender, MappingEngineErrorEventArgs e)
Parameters