ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ViewerModel Class / OnAction Property

In This Topic
    OnAction Property
    In This Topic
    Gets the command to react to actions
    Syntax
    'Declaration
     
    Public Property OnAction As ICommand
    public ICommand OnAction {get; set;}
    See Also