VisualStateChangedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 CurrentStateChanging 和 CurrentStateChanged 事件的資料。
public ref class VisualStateChangedEventArgs sealed : EventArgs
public sealed class VisualStateChangedEventArgs : EventArgs
type VisualStateChangedEventArgs = class
inherit EventArgs
Public NotInheritable Class VisualStateChangedEventArgs
Inherits EventArgs
- 繼承
備註
VisualStateGroup當引發事件的 設定于 控制項的 上 ControlTemplate 時, Control 屬性就是擁有 的 ControlTemplate 控制項。
VisualStateGroup當 在 不在 中的 ControlTemplate 上 FrameworkElement 設定 時, Control 屬性是 null
,而且您應該使用 StateGroupsRoot 屬性。
屬性
Control |
取得正在轉換狀態的項目。 |
NewState |
取得項目正在轉換或已經轉換的目標狀態。 |
OldState |
取得項目正在轉換或已經轉換的原本狀態。 |
StateGroupsRoot |
取得包含 VisualStateManager 的根項目。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |