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