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