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

In This Topic
    SearchApplying Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event SearchApplying As System.EventHandler(Of SearchApplyingEventArgs)
    public event System.EventHandler<SearchApplyingEventArgs> SearchApplying
    See Also