ListOrganizer.OnDropDownButtonTemplateChanged 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 DropDownButtonTemplate property changes.
protected:
virtual void OnDropDownButtonTemplateChanged(Microsoft::Management::UI::Internal::PropertyChangedEventArgs<System::Windows::Controls::ControlTemplate ^> ^ e);
protected virtual void OnDropDownButtonTemplateChanged (Microsoft.Management.UI.Internal.PropertyChangedEventArgs<System.Windows.Controls.ControlTemplate> e);
abstract member OnDropDownButtonTemplateChanged : Microsoft.Management.UI.Internal.PropertyChangedEventArgs<System.Windows.Controls.ControlTemplate> -> unit
override this.OnDropDownButtonTemplateChanged : Microsoft.Management.UI.Internal.PropertyChangedEventArgs<System.Windows.Controls.ControlTemplate> -> unit
Protected Overridable Sub OnDropDownButtonTemplateChanged (e As PropertyChangedEventArgs(Of ControlTemplate))