[]
        
(Showing Draft Content)

C1.Win.Command.DrawFloatingCaptionEventHandler

DrawFloatingCaptionEventHandler Delegate

Represents the method that will handle a DrawFloatingCaption event.

Namespace: C1.Win.Command
Assembly: C1.Win.Command.8.dll
Syntax
public delegate void DrawFloatingCaptionEventHandler(object sender, DrawFloatingCaptionEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

DrawFloatingCaptionEventArgs e

A DrawFloatingCaptionEventArgs object that contains the event data..

Constructors

Name Description
DrawFloatingCaptionEventHandler(object, nint)

Methods

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