CallingDataMethodsEventHandler Delegate

Definition

Represents the method that handles the CallingDataMethods event.

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

Parameters

sender
Object

The source of the event.

e
CallingDataMethodsEventArgs

The event data.

Extension Methods

GetMethodInfo(Delegate)

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

Applies to