Method GetEventArgsType
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
EventInfoEvent information.
Gets type of the second parameter for the event. This is usually an EventArgs descendant.
public static Type? GetEventArgsType(EventInfo? ev)
ev
EventInfoEvent information.