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


Represents the event data for the child control related events for the Spread component.

Syntax

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

Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.ChildControlEventArgs

See Also