DocumentTask.OnAfterSpanReload 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.
Signals that the text under the marker has been altered but the marker has not been deleted.
public:
virtual void OnAfterSpanReload();
public:
virtual void OnAfterSpanReload();
virtual void OnAfterSpanReload();
public virtual void OnAfterSpanReload ();
abstract member OnAfterSpanReload : unit -> unit
override this.OnAfterSpanReload : unit -> unit
Public Overridable Sub OnAfterSpanReload ()
Implements
Remarks
By default, this method does nothing. It is an implementation of OnAfterSpanReload.