[]
        
(Showing Draft Content)

C1.Win.Layout.ItemContainerActionEventHandler

ItemContainerActionEventHandler Delegate

Represents the method that will handle the ItemContainerAction event with event data.

Namespace: C1.Win.Layout
Assembly: C1.Win.DashboardLayout.8.dll
Syntax
public delegate void ItemContainerActionEventHandler(object sender, ItemContainerActionEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

ItemContainerActionEventArgs e

An object that contains the event data.

Constructors

Name Description
ItemContainerActionEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, ItemContainerActionEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, ItemContainerActionEventArgs)