이벤트가 처리 되었는지에 대한 여부를 가져오거나 설정합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public bool Handled { get; set; } |
Visual Basic |
---|
Public Property Handled As Boolean Get Set |
Visual C++ |
---|
public: property bool Handled { bool get (); void set (bool value); } |
Return Value
이벤트가 처리 되었다면 true를 그렇지 않다면 false를 반환합니다.
Remarks
이 속성의 값이 true로 설정되었다면 각 이벤트에 해당하는 기본 작업이 취소됩니다.
ColumnMouseDown일 경우 행의 셀 선택 기능이 취소 되며, ColumnMouseUp일 경우 Column정렬 기능이 취소됩니다.