ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / C1RulesManager Class / RulesChanged Event

In This Topic
    RulesChanged Event (C1RulesManager)
    In This Topic
    Occurs when the rules or an item in the rules changes.
    Syntax
    'Declaration
     
    
    Public Event RulesChanged As ListChangedEventHandler
    public event ListChangedEventHandler RulesChanged
    Event Data

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

    PropertyDescription
     
     
     
     
    See Also