TrackBar.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設定屬性不會影響 TrackBar 控制項;因此,這個屬性不會顯示在設計工具或 Intellisense 中。

適用於