Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / TextStyleEventArgs Class
Members

In This Topic
    TextStyleEventArgs Class
    In This Topic
    The TextStyleEventArgs class provides style information. The class object is passed to the CurrentTextStyleChanged event and OnCurrentTextStyleChanged method.
    Object Model
    TextStyleEventArgs Class
    Syntax
    'Declaration
     
    Public Class TextStyleEventArgs 
       Inherits System.EventArgs
    public class TextStyleEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Win.Editor.TextStyleEventArgs

    See Also