Version

SplitterPaneSizeChanged Event

Adds removes event handler which is fired after value of SplitterPane.Size property was changed by client.
Syntax
'Declaration
 
Public Event SplitterPaneSizeChanged As SplitterPaneSizeChangedEventHandler
public event SplitterPaneSizeChangedEventHandler SplitterPaneSizeChanged
Event Data

The event handler receives an argument of type SplitterPaneSizeChangedEventArgs containing data related to this event. The following SplitterPaneSizeChangedEventArgs properties provide information specific to this event.

PropertyDescription
Pane Gets pane which Size was changed.
Remarks
The value of that property can be changed due to various reasons. Examples:
  • Property was not set on intialization
  • Size of SplitterPane was modified by collapse/expand action of other pane
  • Splitter bar was moved by end user
  • WebSplitter was resized by its container
  • etc.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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