ProgressBar.BackgroundImageLayoutChanged 事件

定义

BackgroundImageLayout 属性的值更改时发生。

public:
 event EventHandler ^ BackgroundImageLayoutChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler BackgroundImageLayoutChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler? BackgroundImageLayoutChanged;
[<System.ComponentModel.Browsable(false)>]
member this.BackgroundImageLayoutChanged : EventHandler 
Public Custom Event BackgroundImageLayoutChanged As EventHandler 

事件类型

EventHandler
属性

注解

BackgroundImageLayout设置属性不会影响控件的外观ProgressBar

适用于