Decorator.OnAfterOffsetChanged 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.
Hook for derived classes to make modifications to the decorator after the offset changes.
protected:
virtual void OnAfterOffsetChanged();
protected virtual void OnAfterOffsetChanged ();
abstract member OnAfterOffsetChanged : unit -> unit
override this.OnAfterOffsetChanged : unit -> unit
Protected Overridable Sub OnAfterOffsetChanged ()