public CaretLocationEventArgs(DocumentLocation location, Microsoft.VisualStudio.Text.ITextSnapshot textSnapshot, CaretChangeReason reason) : base(location) { Snapshot = textSnapshot; CaretChangeReason = reason; }
public CaretLocationEventArgs(DocumentLocation location, CaretChangeReason reason) : base(location) { CaretChangeReason = reason; }