NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FontDialog.RemoveOnApply

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
);

Parameters

handler
The EventHandler delegate to remove.

See Also

FontDialog Class | FontDialog Members | System.WinForms Namespace