TextContentChangingEventArgs.EditTag Property
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.
Gets an arbitrary object provided by the initiator of the changes.
public:
property System::Object ^ EditTag { System::Object ^ get(); };
public:
property Platform::Object ^ EditTag { Platform::Object ^ get(); };
public object EditTag { get; }
member this.EditTag : obj
Public ReadOnly Property EditTag As Object
Property Value
The object provided by the initiator of the changes.