Provides data for the System.WinForms.Splitter.Splitter event.
Object
EventArgs
SplitterEventArgs
[Visual Basic] Public Class SplitterEventArgs Inherits EventArgs [C#] public class SplitterEventArgs : EventArgs [C++] public __gc class SplitterEventArgs : public EventArgs [JScript] public class SplitterEventArgs extends EventArgs
The System.WinForms.Splitter.Splitter event occurs when the user either moves or finishes moving the splitter. A SplitterEventArgs specifies the position of the mouse pointer, and the position of the upper-left corner of the splitter.
Namespace: System.WinForms
Assembly: System.WinForms.dll