InnerListColumn.OnMinWidthChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when MinWidth property changes.
protected:
virtual void OnMinWidthChanged(Microsoft::Management::UI::Internal::PropertyChangedEventArgs<double> ^ e);
protected virtual void OnMinWidthChanged (Microsoft.Management.UI.Internal.PropertyChangedEventArgs<double> e);
abstract member OnMinWidthChanged : Microsoft.Management.UI.Internal.PropertyChangedEventArgs<double> -> unit
override this.OnMinWidthChanged : Microsoft.Management.UI.Internal.PropertyChangedEventArgs<double> -> unit
Protected Overridable Sub OnMinWidthChanged (e As PropertyChangedEventArgs(Of Double))