NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SplitterEventArgs Class

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

Remarks

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

SplitterEventArgs Members | System.WinForms Namespace