ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.ActiveReports.Viewer.Common Namespace / AsyncCommand Class / StateChanged Event

In This Topic
    StateChanged Event (AsyncCommand)
    In This Topic
    Syntax
    'Declaration
     
    Public Event StateChanged As EventHandler(Of CommandState)
    public event EventHandler<CommandState> StateChanged
    See Also