GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureEventsHandler Class / AfterSubstitutedFont Event





In This Topic
AfterSubstitutedFont Event (GdPictureEventsHandler)
In This Topic
Specifies the event handler that occurs after a font substitution at the toolkit scope.
Syntax
'Declaration
 
Public Event AfterSubstitutedFont As EventHandler(Of AfterSubstitutedFontArgs)
public event EventHandler<AfterSubstitutedFontArgs> AfterSubstitutedFont
public event AfterSubstitutedFont: EventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event EventHandler<AfterSubstitutedFontArgs*>* AfterSubstitutedFont
public:
event EventHandler<AfterSubstitutedFontArgs^>^ AfterSubstitutedFont
Event Data

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

PropertyDescription
Specifies the family name of font being used as replacement.  
Specifies the family name of the substituted font.  
See Also