Exemplo n.º 1
0
 public CaretLocationEventArgs(DocumentLocation location, Microsoft.VisualStudio.Text.ITextSnapshot textSnapshot, CaretChangeReason reason) : base(location)
 {
     Snapshot          = textSnapshot;
     CaretChangeReason = reason;
 }
Exemplo n.º 2
0
 public CaretLocationEventArgs(DocumentLocation location, CaretChangeReason reason) : base(location)
 {
     CaretChangeReason = reason;
 }