MasterSwingStringDataCallback Delegate |
A signature used to accept a MasterSwing object and return a string of data based on what the ColumnDef represents
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.5.288
Syntaxpublic delegate string StringDataCallback(
MasterSwing Data
)
Parameters
- Data MasterSwing
- The MasterSwing object to retrieve data from
Return Value
StringThe string that contains the data the ColumnDef represents for the MasterSwing object
See Also