namespace Terminal.Gui;
///
/// Event arguments for the event.
///
public class HighlightEventArgs : CancelEventArgs
{
///
public HighlightEventArgs (ref HighlightStyle currentValue, ref HighlightStyle newValue) : base (ref currentValue, ref newValue) { }
}