[]
        
(Showing Draft Content)

C1.Win.SplitContainer.DrawSplitterEventHandler

DrawSplitterEventHandler Delegate

Represents a delegate that handles the DrawSplitter event.

Namespace: C1.Win.SplitContainer
Assembly: C1.Win.SplitContainer.8.dll
Syntax
public delegate void DrawSplitterEventHandler(object sender, DrawSplitterEventArgs e)
Parameters
Type Name Description
object sender Represents a delegate that handles the event.
DrawSplitterEventArgs e Represents a delegate that handles the event.

Constructors

Name Description
DrawSplitterEventHandler(object, nint)

Methods

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