Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / WorkbookStateEventArgs Class / Combine Method


In This Topic
    Combine Method (WorkbookStateEventArgs)
    In This Topic
    Combines changes into one event argument.
    Syntax
    'Declaration
     
    
    Public Function Combine( _
       ByVal e As StateEventArgs _
    ) As StateEventArgs
    'Usage
     
    
    Dim instance As WorkbookStateEventArgs
    Dim e As StateEventArgs
    Dim value As StateEventArgs
     
    value = instance.Combine(e)
    public StateEventArgs Combine( 
       StateEventArgs e
    )

    Parameters

    e
    See Also