InvokeOnClick Method (LicenseDialog)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Sub InvokeOnClick( _
ByVal As System.Windows.Forms.Control, _
ByVal As System.EventArgs _
)
'Usage
Dim instance As LicenseDialog
Dim toInvoke As System.Windows.Forms.Control
Dim e As System.EventArgs
instance.InvokeOnClick(toInvoke, e)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected void InvokeOnClick(
System.Windows.Forms.Control ,
System.EventArgs
)
protected procedure InvokeOnClick(
: System.Windows.Forms.Control;
: System.EventArgs
);
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function InvokeOnClick(
: System.Windows.Forms.Control,
: System.EventArgs
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: void InvokeOnClick(
System.Windows.Forms.Control* ,
System.EventArgs*
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
void InvokeOnClick(
System.Windows.Forms.Control^ ,
System.EventArgs^
)
Parameters
- toInvoke
- e
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also