[]
        
(Showing Draft Content)

C1.Win.C1Command.FloatingEventHandler

FloatingEventHandler Delegate

Defines method signature to handle the Floating event.

Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public delegate void FloatingEventHandler(object sender, FloatingEventArgs e)
Parameters
Type Name Description
object sender Defines method signature to handle the event.
FloatingEventArgs e Defines method signature to handle the event.

Constructors

Name Description
FloatingEventHandler(object, IntPtr)

Methods

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