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.AddOnApply

Adds an event handler for the System.WinForms.FontDialog.Apply event.

[Visual Basic]
Public Sub AddOnApply( _
   ByVal handler As EventHandler _
)
[C#]
public void AddOnApply(
   EventHandler handler
);
[C++]
public: void AddOnApply(
   EventHandler* handler
);
[JScript]
public function AddOnApply(
   handler : EventHandler
);

Parameters

handler
An EventHandler delegate that represents the method that will handle the System.WinForms.FontDialog.Apply event.

See Also

FontDialog Class | FontDialog Members | System.WinForms Namespace