OutlookGridRowNodeCancelEventBase Class

Krypton OutlookGrid

OutlookGridRowNodeCancelEventBase Class
Krypton OutlookGrid v1.6.0
Base class OutlookGridRowNode cancellable events
Inheritance Hierarchy
SystemObject  SystemEventArgs
    System.ComponentModelCancelEventArgs
      JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridRowNodeCancelEventBase
        JDHSoftware.Krypton.Toolkit.KryptonOutlookGridCollapsingEventArgs
        JDHSoftware.Krypton.Toolkit.KryptonOutlookGridExpandingEventArgs

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 OutlookGridRowNodeCancelEventBase : CancelEventArgs
Public Class OutlookGridRowNodeCancelEventBase
	Inherits CancelEventArgs

The OutlookGridRowNodeCancelEventBase type exposes the following members.

Constructors
  NameDescription
Public methodOutlookGridRowNodeCancelEventBase
Initializes a new instance of the OutlookGridRowNodeCancelEventBase class.
Top
Properties
  NameDescription
Public propertyCancel (Inherited from CancelEventArgs.)
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