CollapsedEventArgs Class

Krypton OutlookGrid

CollapsedEventArgs Class
Krypton OutlookGrid v1.6.0
Class for Node collapsed events
Inheritance Hierarchy
SystemObject  SystemEventArgs
    JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridRowNodeEventBase
      JDHSoftware.Krypton.Toolkit.KryptonOutlookGridCollapsedEventArgs

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 CollapsedEventArgs : OutlookGridRowNodeEventBase
Public Class CollapsedEventArgs
	Inherits OutlookGridRowNodeEventBase

The CollapsedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCollapsedEventArgs
Initializes a new instance of the CollapsedEventArgs class.
Top
Properties
  NameDescription
Public propertyNode
Gets the node.
(Inherited from OutlookGridRowNodeEventBase.)
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