VisualStateChangedEventArgs 类

定义

提供有关 CurrentStateChangingCurrentStateChanged 事件的数据。

public ref class VisualStateChangedEventArgs sealed : EventArgs
public sealed class VisualStateChangedEventArgs : EventArgs
type VisualStateChangedEventArgs = class
    inherit EventArgs
Public NotInheritable Class VisualStateChangedEventArgs
Inherits EventArgs
继承
VisualStateChangedEventArgs

注解

VisualStateGroup在 控件的 上ControlTemplate设置引发事件的 时, Control 属性是拥有 的ControlTemplate控件。 VisualStateGroup在 不在 中的 ControlTemplateFrameworkElement设置 时, Control 属性为 null ,应使用 StateGroupsRoot 属性。

属性

Control

获取正在转换状态的元素。

NewState

获取元素正在转换到或已转换到的状态。

OldState

获取元素正在转换到已从其转换而来的状态。

StateGroupsRoot

获取包含 VisualStateManager 的根元素。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于