모든 데이터가 삭제되기 전에 발생합니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public event EventHandler Clearing
Visual Basic
Public Event Clearing As EventHandler
Visual C++
public:
 event EventHandler^ Clearing {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also