Nevron.UI.WinForm.Controls Namespace / NSplitter Class / SplitterMoving Event


SplitterMoving Event
Syntax
'Declaration
 
<SRCategoryAttribute("CatBehavior")>
<SRDescriptionAttribute("SplitterSplitterMovingDescr")>
Public Event SplitterMoving As System.Windows.Forms.SplitterEventHandler
 
'Usage
 
Dim instance As NSplitter
Dim handler As System.Windows.Forms.SplitterEventHandler
 
AddHandler instance.SplitterMoving, handler
Event Data

The event handler receives an argument of type System.Windows.Forms.SplitterEventArgs containing data related to this event. The following SplitterEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets the x-coordinate of the upper-left corner of the System.Windows.Forms.Splitter (in client coordinates).  
Gets or sets the y-coordinate of the upper-left corner of the System.Windows.Forms.Splitter (in client coordinates).  
Gets the x-coordinate of the mouse pointer (in client coordinates).  
Gets the y-coordinate of the mouse pointer (in client coordinates).  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also