Method OnThumbSplitterMoving
OnThumbSplitterMoving(object?, SplitterEventArgs)
Handles the event triggered when the thumb splitter is moving.
protected virtual void OnThumbSplitterMoving(object? sender, SplitterEventArgs e)
Parameters
senderobjectThe source of the event.
eSplitterEventArgsAn instance of SplitterEventArgs containing event data related to the splitter movement.
Remarks
This method is intended to be overridden in derived classes to provide custom handling for the thumb splitter movement event.