Identifies the PreviewCommitValue event.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared ReadOnly PreviewCommitValueEvent As RoutedEvent |
C# | |
---|
public static readonly RoutedEvent PreviewCommitValueEvent |
Delphi | |
---|
public field PreviewCommitValueEvent: RoutedEvent; static; readonly |
JScript | |
---|
public static var PreviewCommitValueEvent : RoutedEvent; |
Managed Extensions for C++ | |
---|
public: static readonly RoutedEvent* PreviewCommitValueEvent |
C++/CLI | |
---|
public:
static readonly RoutedEvent^ PreviewCommitValueEvent |
Field Value
The identifier for the PreviewCommitValue routed event.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also