Provides data for common window events such as Opening, Closing, Activated and more.
Object Model
Syntax
| Visual Basic (Declaration) | |
|---|
<DoNotObfuscateTypeAttribute()>
Public Class WindowEventArgs
Inherits ISRoutedEventArgs |
| JScript | |
|---|
DoNotObfuscateTypeAttribute()
public class WindowEventArgs extends ISRoutedEventArgs |
| Managed Extensions for C++ | |
|---|
[DoNotObfuscateTypeAttribute()]
public __gc class WindowEventArgs : public ISRoutedEventArgs |
| C++/CLI | |
|---|
[DoNotObfuscateTypeAttribute()]
public ref class WindowEventArgs : public ISRoutedEventArgs |
Inheritance Hierarchy
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