[]
Specifies EventArgs that contain a IRange object.
public class RangeEventArgs : EventArgs
Represents the construction.
public RangeEventArgs(IRange range)
range
The IRange of RangeEventArgs
Represents the IRange of RangeEventArgs.
public IRange Range { get; }