Performs the action. This method is called by the application, when the
user clicks on the button corresponding to this action.
Declaration Syntax
C# | Visual Basic | Visual C++ |
void Perform( IFlexivertApplication app )
Sub Perform ( _ app As IFlexivertApplication _ )
void Perform( IFlexivertApplication^ app )
Parameters
- app (IFlexivertApplication)
- An IFlexivertApplication representing the host application.