ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPanel Class / ViewDefinitionChanged Event

In This Topic
    ViewDefinitionChanged Event (C1OlapPanel)
    In This Topic
    Occurs when the view definition changes, before the output table is updated.
    Syntax
    'Declaration
     
    Public Event ViewDefinitionChanged As System.EventHandler
    public event System.EventHandler ViewDefinitionChanged
    See Also