Version

DrawingFontChanged Event

Occurs when the drawing font has changed internally as a result of an undo or redo operation
Syntax
'Declaration
 
Public Event DrawingFontChanged As DrawingFontChangedEventHandler
public event DrawingFontChangedEventHandler DrawingFontChanged
Event Data

The event handler receives an argument of type DrawingFontChangedEventArgs containing data related to this event. The following DrawingFontChangedEventArgs properties provide information specific to this event.

PropertyDescription
Font Returns the font that was changed
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also