Table of Contents

Method OnThumbSplitterMoved

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnThumbSplitterMoved(object?, SplitterEventArgs)

Handles the event triggered when the thumb splitter is moved.

protected virtual void OnThumbSplitterMoved(object? sender, SplitterEventArgs e)

Parameters

sender object

The source of the event, typically the control that raised the event. Can be null.

e SplitterEventArgs

An 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.