Removes an event handler that has been associated with the System.WinForms.FontDialog.Apply event. If there are duplicate entries, ALL are removed.
[Visual Basic] Public Sub RemoveOnApply( _ ByVal handler As EventHandler _ ) [C#] public void RemoveOnApply( EventHandler handler ); [C++] public: void RemoveOnApply( EventHandler* handler ); [JScript] public function RemoveOnApply( handler : EventHandler );
FontDialog Class | FontDialog Members | System.WinForms Namespace