Gets or sets a value indicating whether the [E:PerpetuumSoft.Olap.Windows.Forms.DataCubeGrid.DrawGridItem} event will be handled.]

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public bool Handled { get; set; }
Visual Basic (Declaration)
Public Property Handled As Boolean
Visual C++
public:
property bool Handled {
	bool get ();
	void set (bool value);
}

See Also