menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeNodeAdvBeforeCheckEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeNodeAdvBeforeCheckEventArgs

    Represents the custom EventArgs class that is passed to BeforeCheck event of BeforeCheck event.

    Inheritance
    System.Object
    System.EventArgs
    TreeViewAdvNodeEventArgs
    TreeViewAdvCancelableNodeEventArgs
    TreeNodeAdvBeforeCheckEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    TreeViewAdvCancelableNodeEventArgs.Cancel
    TreeViewAdvNodeEventArgs.Node
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeNodeAdvBeforeCheckEventArgs : TreeViewAdvCancelableNodeEventArgs

    Constructors

    TreeNodeAdvBeforeCheckEventArgs(TreeNodeAdv, Boolean, CheckState)

    Initializes a new instance of TreeNodeAdvBeforeCheckEventArgs class.

    Declaration
    public TreeNodeAdvBeforeCheckEventArgs(TreeNodeAdv node, bool cancel, CheckState newState)
    Parameters
    Type Name Description
    TreeNodeAdv node

    The node which is involved in the action

    System.Boolean cancel

    Parameter to indicate whether the action should be cancelled

    System.Windows.Forms.CheckState newState

    The new state of check box associated with node

    Properties

    NewCheckState

    Gets the checkstate of the node.

    Declaration
    public CheckState NewCheckState { get; }
    Property Value
    Type
    System.Windows.Forms.CheckState
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved