示例#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;
 }