Spread Windows Forms 12.0 Product Documentation
OnChildViewCreated Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnChildViewCreated Method
ChildViewCreatedEventArgs object that contains the event data
Raises the ChildViewCreated event.
Syntax
'Declaration
 
Protected Overridable Sub OnChildViewCreated( _
   ByVal e As ChildViewCreatedEventArgs _
) 
'Usage
 
Dim instance As FpSpread
Dim e As ChildViewCreatedEventArgs
 
instance.OnChildViewCreated(e)
protected virtual void OnChildViewCreated( 
   ChildViewCreatedEventArgs e
)

Parameters

e
ChildViewCreatedEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members