 | DataMappingTableEXTENSION, ROWCONTROLTYPE, SETTINGSButtonClicked Method |
Invoked when button is clicked. This implementation
handles the
TAG_ACTION button press and
calls the approriate handler set at
UpdateActionButton.
Namespace: CTExtensions.ExportCore.Config.DataMappingAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic override void ButtonClicked(
DataMappingRowControl row,
string tag
)
Public Overrides Sub ButtonClicked (
row As DataMappingRowControl,
tag As String
)
Parameters
- row DataMappingRowControl
- tag String
See Also