UpDownEventHandler Delegate

Definition

Represents the method that will handle an event for an internal class.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Parameters

source
Object

The source of the event.

e
UpDownEventArgs

An UpDownEventArgs that contains the event data.

Extension Methods

GetMethodInfo(Delegate)

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

Applies to