ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / AfterDataRefresh Event

In This Topic
    AfterDataRefresh Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event AfterDataRefresh As System.ComponentModel.ListChangedEventHandler
    public event System.ComponentModel.ListChangedEventHandler AfterDataRefresh
    Event Data

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

    PropertyDescription
     
     
     
     
    See Also