ComponentOne TreeView for WinForms
HeaderCheckStateChanging Event

C1.Win.TreeView Namespace > C1TreeView Class : HeaderCheckStateChanging Event
Occurs before the tree column header checkbox is checked. Allows to cancel the change.
Syntax
'Declaration
 
<C1DescriptionAttribute("ツリーの列ヘッダのチェックボックスがチェック状態になる前に発生します。 変更を取り消すことができます。")>
<C1CategoryAttribute("動作")>
Public Event HeaderCheckStateChanging As CancelEventHandler
[C1Description("ツリーの列ヘッダのチェックボックスがチェック状態になる前に発生します。 変更を取り消すことができます。")]
[C1Category("動作")]
public event CancelEventHandler HeaderCheckStateChanging
Event Data

The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also