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


Represents the event data for a ChildViewCreated event for the Spread component, which occurs when a child sheet is created in a hierarchical spreadsheet.

Object Model


Syntax

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

Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.ChildViewCreatedEventArgs

See Also