SplitterCancelEventHandler Delegate
.NET Framework (current version)
Represents the method that will handle the SplitterMoving event of a Splitter.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public delegate void SplitterCancelEventHandler( object sender, SplitterCancelEventArgs e )
Parameters
- sender
-
Type:
System.Object
The source of the event.
- e
-
Type:
System.Windows.Forms.SplitterCancelEventArgs
A SplitterCancelEventArgs that contains the event data.
.NET Framework
Available since 2.0
Available since 2.0
Show: