FormatNumberEventArgs.SenderTag Property

Definition

Gets the sender object of the event.

public:
 property System::Object ^ SenderTag { System::Object ^ get(); };
public object SenderTag { get; }
member this.SenderTag : obj
Public ReadOnly Property SenderTag As Object

Property Value

The sender object of the event.

Applies to