[]
        
(Showing Draft Content)

C1.Win.Sizer.C1SizerEventHandler

C1SizerEventHandler Delegate

Represents the methods that will handle the SplitterMoving and SplitterMoved events of a C1Sizer control.

Namespace: C1.Win.Sizer
Assembly: C1.Win.Sizer.8.dll
Syntax
public delegate void C1SizerEventHandler(object sender, C1SizerEventArgs e)
Parameters
Type Name Description
object sender Represents the methods that will handle the and events of a control.
C1SizerEventArgs e Represents the methods that will handle the and events of a control.

Constructors

Name Description
C1SizerEventHandler(object, nint)

Methods

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