Themes for WinForms | ComponentOne
C1.Win.C1Themes.Extended.4.5.2 Assembly / C1.Win.C1Themes Namespace / ThemeApplyingEventArgs Class / Handled Property

In This Topic
    Handled Property
    In This Topic
    Gets or sets a value indicating whether the event was handled.
    Syntax
    'Declaration
     
    Public Property Handled As System.Boolean
    public System.bool Handled {get; set;}
    See Also