ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer.ActionEventArgs Class / Action Property

In This Topic
    Action Property (Viewer.ActionEventArgs)
    In This Topic
    Gets the Action that caused the event.
    Syntax
    'Declaration
     
    Public ReadOnly Property Action As IAction
    public IAction Action {get;}

    Property Value

    The action.
    See Also