Table of Contents

Method GetEventArgsType

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetEventArgsType(EventInfo?)

Gets type of the second parameter for the event. This is usually an EventArgs descendant.

public static Type? GetEventArgsType(EventInfo? ev)

Parameters

ev EventInfo

Event information.

Returns

Type