[]
        
(Showing Draft Content)

C1.Win.C1Command.PanelEventHandler

PanelEventHandler Delegate

Represents the method that will handle a PanelClosed event.

Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public delegate void PanelEventHandler(object sender, PanelEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

PanelEventArgs e

A PanelEventArgs object that contains the event data.

Constructors

Name Description
PanelEventHandler(object, IntPtr)

Methods

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