EventInfo.ParameterCount Property

Definition

Returns the number of parameters being passed to the EventInfo.

public:
 property int ParameterCount { int get(); };
public int ParameterCount { get; }
member this.ParameterCount : int
Public ReadOnly Property ParameterCount As Integer

Property Value

An Integer that specifies the number of parameters.

Applies to