SplitterEventArgs Class
Provides data for SplitterMoving and the SplitterMoved events.
For a list of all members of this type, see SplitterEventArgs Members.
System.Object
System.EventArgs
System.Windows.Forms.SplitterEventArgs
[Visual Basic] <ComVisible(True)> Public Class SplitterEventArgs Inherits EventArgs [C#] [ComVisible(true)] public class SplitterEventArgs : EventArgs [C++] [ComVisible(true)] public __gc class SplitterEventArgs : public EventArgs [JScript] public ComVisible(true) class SplitterEventArgs extends EventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The SplitterMoving event occurs when the user is moving the Splitter control. The SplitterMoved event occurs when the user finishes moving the Splitter control. The SplitterEventArgs class specifies the position of the mouse pointer and the position of the upper-left corner of the Splitter control.
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
SplitterEventArgs Members | System.Windows.Forms Namespace | Splitter | SplitterMoving | SplitterMoved