[]
        
(Showing Draft Content)

C1.Win.Command.ResizingEventHandler

ResizingEventHandler Delegate

Defines method signature to handle the Resizing event.

Namespace: C1.Win.Command
Assembly: C1.Win.Command.8.dll
Syntax
public delegate void ResizingEventHandler(object sender, ResizingEventArgs e)
Parameters
Type Name Description
object sender Defines method signature to handle the event.
ResizingEventArgs e Defines method signature to handle the event.

Constructors

Name Description
ResizingEventHandler(object, nint)

Methods

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