SplitterCancelEventHandler Delegate

Definition

Represents the method that will handle the SplitterMoving event of a Splitter.

public delegate void SplitterCancelEventHandler(System::Object ^ sender, SplitterCancelEventArgs ^ e);
public delegate void SplitterCancelEventHandler(object sender, SplitterCancelEventArgs e);
public delegate void SplitterCancelEventHandler(object? sender, SplitterCancelEventArgs e);
type SplitterCancelEventHandler = delegate of obj * SplitterCancelEventArgs -> unit
Public Delegate Sub SplitterCancelEventHandler(sender As Object, e As SplitterCancelEventArgs)

Parameters

sender
Object

The source of the event.

e
SplitterCancelEventArgs

A SplitterCancelEventArgs that contains the event data.

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to