AppCanCommands.Exit Can Execute Command

Namespace: AppCan.wpf.Application
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected virtual void CanExecuteExitCommand(
	Object sender,
	CanExecuteRoutedEventArgs e
)
Visual Basic
Protected Overridable Sub CanExecuteExitCommand ( _
	sender As Object, _
	e As CanExecuteRoutedEventArgs _
)
Visual C++
protected:
virtual void CanExecuteExitCommand(
	Object^ sender, 
	CanExecuteRoutedEventArgs^ e
)

Parameters

sender
Type: System..::..Object

[Missing <param name="sender"/> documentation for "M:AppCan.wpf.Application.AppCanApp.CanExecuteExitCommand(System.Object,System.Windows.Input.CanExecuteRoutedEventArgs)"]

e
Type: System.Windows.Input..::..CanExecuteRoutedEventArgs

[Missing <param name="e"/> documentation for "M:AppCan.wpf.Application.AppCanApp.CanExecuteExitCommand(System.Object,System.Windows.Input.CanExecuteRoutedEventArgs)"]

See Also