OnShare()
OnShare()
Definition
This method is called when the user clicks OK on the Share window in NinjaTrader. This method can also be called by Alerts and general NinjaScript objects.
Method Return Value
This method does not return a value.
Parameters
Syntax
You must override the method in your Share Service with the following syntax.
public override void OnShare(string text, string imageFilePath)

