Gets or sets the object that contains data about the action.

Namespace:  PerpetuumSoft.Reporting.Windows.Forms
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public Object Tag { get; set; }
Visual Basic (Declaration)
Public Property Tag As Object
Visual C++
public:
property Object^ Tag {
	Object^ get ();
	void set (Object^ value);
}

See Also