OutlookGridRowNodeEventBase Class

Krypton OutlookGrid

OutlookGridRowNodeEventBase Class
Krypton OutlookGrid v1.6.0
Base class for OutlookGridRowNode events
Inheritance Hierarchy
SystemObject  SystemEventArgs
    JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridRowNodeEventBase
      JDHSoftware.Krypton.Toolkit.KryptonOutlookGridCollapsedEventArgs
      JDHSoftware.Krypton.Toolkit.KryptonOutlookGridExpandedEventArgs

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

The OutlookGridRowNodeEventBase type exposes the following members.

Constructors
  NameDescription
Public methodOutlookGridRowNodeEventBase
Initializes a new instance of the OutlookGridRowNodeEventBase class.
Top
Properties
  NameDescription
Public propertyNode
Gets the node.
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