This class represents the events generated by a splitter control.
Also there is only one event class, the data associated to the different events is not the same and so not all accessor functions may be called for each event. The documentation mentions the kind of event(s) for which the given accessor function makes sense: calling it for other types of events will result in assert failure (in debug mode) and will return meaningless results.
See:
This class is derived (and can use functions) from:
wxWidgets docs:
Use
Returns the new sash position.
May only be called while processing
Returns the x coordinate of the double-click point.
May only be called while processing
Returns the y coordinate of the double-click point.
May only be called while processing
Returns a pointer to the window being removed when a splitter window is unsplit.
May only be called while processing
In the case of
In the case of
May only be called while processing