DekGenius.com
[ Team LiB ] Previous Section Next Section

SplitterEventHandlerserializable

System.Windows.Forms (system.windows.forms.dll)delegate

This is a delegate for the Splitter.SplitterMoving and Splitter.SplitterMoved events.

public delegate void SplitterEventHandler(object sender, SplitterEventArgs e);

Associated Events

Splitter.{SplitterMoved(), SplitterMoving()}

    [ Team LiB ] Previous Section Next Section