YAMP.PlotEventArgs.PlotEventArgs C# (CSharp) Method

PlotEventArgs() public method

Creates a new instance.
public PlotEventArgs ( PlotValue value ) : System
value PlotValue The PlotValue for the arguments.
return System
        public PlotEventArgs(PlotValue value)
        {
            Value = value;
        }

Same methods

PlotEventArgs::PlotEventArgs ( PlotValue value, String propertyName ) : System
PlotEventArgs