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


Represents the event data for a ChildWorkbookCreated 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 ChildWorkbookCreatedEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As ChildWorkbookCreatedEventArgs
C# 
public class ChildWorkbookCreatedEventArgs : EventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.ChildWorkbookCreatedEventArgs

See Also