[]
        
(Showing Draft Content)

C1.Win.FlexPivot.OptionsDialogOpeningEventHandler

OptionsDialogOpeningEventHandler Delegate

The delegate for the OptionsDialogOpening event.

Namespace: C1.Win.FlexPivot
Assembly: C1.Win.FlexPivot.8.dll
Syntax
public delegate void OptionsDialogOpeningEventHandler(object sender, OptionsDialogOpeningEventArgs e)
Parameters
Type Name Description
object sender The delegate for the event.
OptionsDialogOpeningEventArgs e The delegate for the event.

Constructors

Name Description
OptionsDialogOpeningEventHandler(object, nint)

Methods

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