GrapeCity.Xaml.SpreadSheet.UI
CanExecute Method (ZoomUndoAction)


Object on which the undo action occurred.
Defines the method that determines whether the action can be executed in its current state.
Syntax
'Declaration
 
Public Overrides Function CanExecute( _
   ByVal parameter As Object _
) As Boolean
'Usage
 
Dim instance As ZoomUndoAction
Dim parameter As Object
Dim value As Boolean
 
value = instance.CanExecute(parameter)
public override bool CanExecute( 
   object parameter
)

Parameters

parameter
Object on which the undo action occurred.

Return Value

true if this action can be executed; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ZoomUndoAction Class
ZoomUndoAction Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options