TextSnapshotChangedEventArgs.EditTag Property

Definition

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.

Applies to