[NotNullAttribute]
public ICommand MiddleClickCommand { get; }
<NotNullAttribute>
Public ReadOnly Property MiddleClickCommand As ICommand
Get
public:
[NotNullAttribute]
property ICommand^ MiddleClickCommand {
ICommand^ get ();
}
[<NotNullAttribute>]
member MiddleClickCommand : ICommand with get