Table of Contents

Method OnThumbSplitterMoving

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

OnThumbSplitterMoving(object?, SplitterEventArgs)

Handles the event triggered when the thumb splitter is moving.

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

Parameters

sender object

The source of the event.

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.