Share via


JavaKnownControls.AddControlEvents(String, String) Method

Definition

Adds the date time for the control event.

public:
 void AddControlEvents(System::String ^ controlName, System::String ^ eventName);
public void AddControlEvents (string controlName, string eventName);
member this.AddControlEvents : string * string -> unit
Public Sub AddControlEvents (controlName As String, eventName As String)

Parameters

controlName
String

Specifies the control name.

eventName
String

Specifies the event name.

Applies to