CollapsingEventArgs Class

Krypton OutlookGrid

CollapsingEventArgs Class
Krypton OutlookGrid v1.6.0
Class for Node collapsing events
Inheritance Hierarchy
SystemObject  SystemEventArgs
    System.ComponentModelCancelEventArgs
      JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridRowNodeCancelEventBase
        JDHSoftware.Krypton.Toolkit.KryptonOutlookGridCollapsingEventArgs

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public class CollapsingEventArgs : OutlookGridRowNodeCancelEventBase
Public Class CollapsingEventArgs
	Inherits OutlookGridRowNodeCancelEventBase

The CollapsingEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCollapsingEventArgs
Initializes a new instance of the CollapsingEventArgs class.
Top
Properties
  NameDescription
Public propertyCancel (Inherited from CancelEventArgs.)
Public propertyNode
Gets the node.
(Inherited from OutlookGridRowNodeCancelEventBase.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also