SplitterCancelEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the SplitterMoving event of a SplitContainer.
- C#
- VB.NET
public delegate void SplitterCancelEventHandler(Object sender, SplitterCancelEventArgs e)
Public Delegate Sub SplitterCancelEventHandler(ByVal sender As [Object], ByVal e As SplitterCancelEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | SplitterCancelEventArgs | A SplitterCancelEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| SplitContainer.SplitterMoving | Fired when the splitter control is in the process of moving. |