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