Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TitleInfo Class / FireChanged Method
Property name


In This Topic
    FireChanged Method (TitleInfo)
    In This Topic
    Raises the property Changed event.
    Syntax
    'Declaration
     
    
    Protected Sub FireChanged( _
       ByVal propertyName As String _
    ) 
    'Usage
     
    
    Dim instance As TitleInfo
    Dim propertyName As String
     
    instance.FireChanged(propertyName)
    protected void FireChanged( 
       string propertyName
    )

    Parameters

    propertyName
    Property name
    See Also