FarPoint.Win.Spread
ExpandEventArgs Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : ExpandEventArgs Class


Represents the event data for the Expand event for the Spread component, which occurs when the hierarchy display is being expanded (showing child sheet views).

Object Model


Syntax

Visual Basic (Declaration) 
Public Class ExpandEventArgs 
   Inherits CancelEventArgs
Visual Basic (Usage)Copy Code
Dim instance As ExpandEventArgs
C# 
public class ExpandEventArgs : CancelEventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.ComponentModel.CancelEventArgs
         FarPoint.Win.Spread.ExpandEventArgs

See Also