ArcGIS API for Silverlight - Library Reference
Invoke Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Actions Namespace > PanToAction Class : Invoke Method

parameter
The parameter to the action. If the Action does not require a parameter, the parameter may be set to a null reference.
Invokes the action.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub Invoke( _
   ByVal parameter As Object _
) 
C# 
protected override void Invoke( 
   object parameter
)

Parameters

parameter
The parameter to the action. If the Action does not require a parameter, the parameter may be set to a null reference.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.