JavaKnownControls.IsControlEventListed(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.