GdPicture.NET.14
GdPicture14 Namespace / AfterSubstitutedFontArgs Class
Members





In This Topic
AfterSubstitutedFontArgs Class
In This Topic
Provides data for the AfterSubstitutedFont event.
Syntax
'Declaration
 
Public NotInheritable Class AfterSubstitutedFontArgs 
   Inherits System.EventArgs
public sealed class AfterSubstitutedFontArgs : System.EventArgs 
public class AfterSubstitutedFontArgs = class(System.EventArgs)sealed; 
public sealed class AfterSubstitutedFontArgs extends System.EventArgs
public __gc __sealed class AfterSubstitutedFontArgs : public System.EventArgs 
public ref class AfterSubstitutedFontArgs sealed : public System.EventArgs 
Inheritance Hierarchy

System.Object
   System.EventArgs
      GdPicture14.AfterSubstitutedFontArgs

See Also