Share via


JavaKnownControls.IsControlEventListed(String, String) Method

Definition

Checks whether the control event is a new entry.

public:
 bool IsControlEventListed(System::String ^ controlName, System::String ^ eventName);
public bool IsControlEventListed (string controlName, string eventName);
member this.IsControlEventListed : string * string -> bool
Public Function IsControlEventListed (controlName As String, eventName As String) As Boolean

Parameters

controlName
String

Specifies the control name.

eventName
String

Specifies the event name.

Returns

True if the control event is a new entry, otherwise false.

Applies to