Delegate SplitterEventHandler
Represents the method that will handle the splitter events.
public delegate void SplitterEventHandler(object? sender, SplitterEventArgs e)
Parameters
senderobjectThe source of the event.
eSplitterEventArgsA SplitterEventArgs that contains the event data.