[]
        
(Showing Draft Content)

C1.Win.Command.MeasureFloatingCaptionEventHandler

MeasureFloatingCaptionEventHandler Delegate

Represents the method that will handle a MeasureFloatingCaption event.

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

The source of the event.

MeasureFloatingCaptionEventArgs e

A MeasureFloatingCaptionEventArgs object that contains the event data.

Constructors

Name Description
MeasureFloatingCaptionEventHandler(object, nint)

Methods

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