VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI Namespace / SpreadsheetVisualEditor Class / OnSizeChanged(PropertyChangedEventArgs<VintasoftSize>) Method
Syntax Requirements SeeAlso
In This Topic
    OnSizeChanged(PropertyChangedEventArgs<VintasoftSize>) Method (SpreadsheetVisualEditor)
    In This Topic
    Raises the SizeChanged event.
    Syntax
    'Declaration
    
    Protected Overrides Sub OnSizeChanged( _
    ByVal args
    The PropertyChangedEventArgs<T> instance containing the event data.
    As Vintasoft.Imaging.PropertyChangedEventArgs(Of T) _
    )
    protected override void OnSizeChanged(
    Vintasoft.Imaging.PropertyChangedEventArgs<T> args
    )
    protected: void OnSizeChanged(
    Vintasoft.Imaging.PropertyChangedEventArgs<T*>* args
    ); override
    protected:
    void OnSizeChanged(
    Vintasoft.Imaging.PropertyChangedEventArgs<T^>^ args
    ); override

    Parameters

    args
    The PropertyChangedEventArgs<T> instance containing the event data.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also