ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / CanExecuteRoutedEventArgs Class / Parameter Property

In This Topic
    Parameter Property (CanExecuteRoutedEventArgs)
    In This Topic
    Gets the command specific data.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parameter As System.Object
    public System.object Parameter {get;}
    See Also