Raises the System.WinForms.Control.DoubleClick event.
[Visual Basic] Overrides Protected Sub OnDoubleClick( _ ByVal e As EventArgs _ ) [C#] protected override void OnDoubleClick( EventArgs e ); [C++] protected: override void OnDoubleClick( EventArgs* e ); [JScript] protected override function OnDoubleClick( e : EventArgs );
Raising an event invokes the event-handling method through a delegate. For more information, see TBD.
Notes to Inheritors: When overriding OnDoubleClick in a derived class, be sure to call the base class's OnDoubleClick method.
LinkLabel Class | LinkLabel Members | System.WinForms Namespace | Control | System.WinForms.Control.DoubleClick | EventArgs | OnDoubleClick