JavaKnownControls.UpdateControlEvents(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.
Updates the date time for the control event.
public:
void UpdateControlEvents(System::String ^ controlName, System::String ^ eventName);
public void UpdateControlEvents (string controlName, string eventName);
member this.UpdateControlEvents : string * string -> unit
Public Sub UpdateControlEvents (controlName As String, eventName As String)
Parameters
- controlName
- String
Specifies the control name.
- eventName
- String
Specifies the event name.