Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / FontChanged Event


In This Topic
    FontChanged Event (ElementWindowless)
    In This Topic
    Occurs when the font for the element changes.
    Syntax
    'Declaration
     
    
    Public Event FontChanged As EventHandler
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim handler As EventHandler
     
    AddHandler instance.FontChanged, handler
    public event EventHandler FontChanged
    See Also