ContentTextAutomationPeer.RaiseActiveTextPositionChangedEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void RaiseActiveTextPositionChangedEvent(System::Windows::Documents::TextPointer ^ rangeStart, System::Windows::Documents::TextPointer ^ rangeEnd);
public virtual void RaiseActiveTextPositionChangedEvent (System.Windows.Documents.TextPointer rangeStart, System.Windows.Documents.TextPointer rangeEnd);
abstract member RaiseActiveTextPositionChangedEvent : System.Windows.Documents.TextPointer * System.Windows.Documents.TextPointer -> unit
override this.RaiseActiveTextPositionChangedEvent : System.Windows.Documents.TextPointer * System.Windows.Documents.TextPointer -> unit
Public Overridable Sub RaiseActiveTextPositionChangedEvent (rangeStart As TextPointer, rangeEnd As TextPointer)
Parameters
- rangeStart
- TextPointer
- rangeEnd
- TextPointer
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.