Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NSplitter Class / SplitterMoved Event


In This Topic
    SplitterMoved Event
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <SRDescriptionAttribute("SplitterSplitterMovedDescr")>
    Public Event SplitterMoved As System.Windows.Forms.SplitterEventHandler
    'Usage
     
    
    Dim instance As NSplitter
    Dim handler As System.Windows.Forms.SplitterEventHandler
     
    AddHandler instance.SplitterMoved, handler
    [SRCategory("CatBehavior")]
    [SRDescription("SplitterSplitterMovedDescr")]
    public event System.Windows.Forms.SplitterEventHandler SplitterMoved
    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