Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the method that will handle the CanExecute events for tool commands.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Delegate Sub CanExecuteToolEventHandler ( _
sender As Object, _
e As CanExecuteToolEventArgs _
)
'Usage
Dim instance As New CanExecuteToolEventHandler(AddressOf HandlerMethod)
public delegate void CanExecuteToolEventHandler(
Object sender,
CanExecuteToolEventArgs e
)
public delegate void CanExecuteToolEventHandler(
Object^ sender,
CanExecuteToolEventArgs^ e
)
JScript does not support delegates.
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: Microsoft.Windows.Design.Interaction.CanExecuteToolEventArgsA CanExecuteToolEventArgs that contains the event data.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace