[]
        
(Showing Draft Content)

C1.Win.C1Command.FloatingWindowCreatedEventHandler

FloatingWindowCreatedEventHandler Delegate

A method template that is used to handle FloatingWindowCreated event.

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

The source of an event.

FloatingWindowCreatedEventArgs e

Constructors

Name Description
FloatingWindowCreatedEventHandler(object, IntPtr)

Methods

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