SaaS CMS has officially launched! Learn more now.

Delegate SmartTableLayout.ItemCreatedEventHandler

Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public delegate void ItemCreatedEventHandler(SmartTableLayoutItemEventArgs e);
Parameters
Type Name Description
SmartTableLayoutItemEventArgs e

Constructors

ItemCreatedEventHandler(Object, IntPtr)

Declaration
public ItemCreatedEventHandler(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(SmartTableLayoutItemEventArgs, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(SmartTableLayoutItemEventArgs e, AsyncCallback callback, object object)
Parameters
Type Name Description
SmartTableLayoutItemEventArgs e
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(SmartTableLayoutItemEventArgs)

Declaration
public virtual void Invoke(SmartTableLayoutItemEventArgs e)
Parameters
Type Name Description
SmartTableLayoutItemEventArgs e