xtd 0.2.0
Loading...
Searching...
No Matches

◆ on_apply()

virtual void xtd::forms::font_dialog::on_apply ( const event_args e)
protectedvirtual

Raises the font_dialog::apply event.

Parameters
eAn event_args that contains the data.
Remarks
Raising an event invokes the event handler through a delegate.
Notes to Inheritors
When overriding on_apply(const event_args&) in a derived class, be sure to call the base class's on_apply(const event_args&) method.