ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.ActiveReports.Viewer.Common Namespace / AsyncCommand Class / CanExecute Method

In This Topic
    CanExecute Method (AsyncCommand)
    In This Topic
    Syntax
    'Declaration
     
    Public Function CanExecute( _
       ByVal parameter As Object _
    ) As Boolean
    public bool CanExecute( 
       object parameter
    )

    Parameters

    parameter
    See Also