Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / DoSheetActivating Method
Source of event
Event data


In This Topic
    DoSheetActivating Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub DoSheetActivating( _
       ByVal sender As Object, _
       ByVal e As ActiveSheetChangingEventArgs _
    ) 
    'Usage
     
    
    Dim instance As SpreadChildControlContainer
    Dim sender As Object
    Dim e As ActiveSheetChangingEventArgs
     
    instance.DoSheetActivating(sender, e)
    protected virtual void DoSheetActivating( 
       object sender,
       ActiveSheetChangingEventArgs e
    )

    Parameters

    sender
    Source of event
    e
    Event data
    See Also