열이 목록에서 제거되기 전에 발생합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public event RowRemovingEventHandler RowRemoving |
Visual Basic |
---|
Public Event RowRemoving As RowRemovingEventHandler |
Visual C++ |
---|
public: event RowRemovingEventHandler^ RowRemoving { void add (RowRemovingEventHandler^ value); void remove (RowRemovingEventHandler^ value); } |
Remarks
열이 목록에서 제거되는 것을 원하지 않는다면 이벤트 데이터를 통하여 취소시킬 수 있습니다.