Spread ASP.NET 6.0 Product Documentation
CreateChildViewEventArgs Class
Members  See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : CreateChildViewEventArgs Class


Glossary Item Box

Represents the event data for a ChildViewCreated event.

Object Model

CreateChildViewEventArgs ClassPagerInfo ClassSheetView Class

Syntax

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

Remarks

A ChildViewCreated event is raised when the Spread component creates a child sheet in a parent sheet with a hierarchy. You can handle this event to set up the child sheet view.

Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Web.Spread.CreateChildViewEventArgs

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.