Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ZoomStatusBarElement Class / FireOnChanged Method


In This Topic
    FireOnChanged Method (ZoomStatusBarElement)
    In This Topic
    Fire event when the element is changed
    Syntax
    'Declaration
     
    
    Protected Overridable Sub FireOnChanged( _
       ByVal propertyName As String _
    ) 
    'Usage
     
    
    Dim instance As ZoomStatusBarElement
    Dim propertyName As String
     
    instance.FireOnChanged(propertyName)
    protected virtual void FireOnChanged( 
       string propertyName
    )

    Parameters

    propertyName
    See Also