Class SplitterEventArgs
Provides data for a splitter events.
public class SplitterEventArgs : BaseEventArgs- Inheritance
- 
      
      
      
      SplitterEventArgs
Constructors
- SplitterEventArgs(double, double, double, double)
- Initializes an instance of the SplitterEventArgs class with the specified coordinates of the mouse pointer and the coordinates of the upper-left corner of the splitter. 
Properties
- SplitX
- Gets or sets the x-coordinate of the upper-left corner of the splitter. 
- SplitY
- Gets or sets the y-coordinate of the upper-left corner of the splitter. 
- X
- Gets the x-coordinate of the mouse pointer. 
- Y
- Gets the y-coordinate of the mouse pointer.