Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetViewPropertyChangeEventArgs Class / SheetViewPropertyChangeEventArgs Constructor


In This Topic
    SheetViewPropertyChangeEventArgs Constructor
    In This Topic
    Creates a new event arguments object for sheet property changes.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal propertyName As String _
    )
    'Usage
     
    
    Dim propertyName As String
     
    Dim instance As New SheetViewPropertyChangeEventArgs(propertyName)
    public SheetViewPropertyChangeEventArgs( 
       string propertyName
    )

    Parameters

    propertyName
    See Also