Intersoft ClientUI Documentation
WindowEventArgs Class
Members  See Also  Send Feedback
Intersoft.Client.Framework Namespace : WindowEventArgs Class






Provides data for common window events such as Opening, Closing, Activated and more.

Object Model

WindowEventArgs Class

Syntax

Visual Basic (Declaration) 
<DoNotObfuscateTypeAttribute()>
Public Class WindowEventArgs 
   Inherits ISRoutedEventArgs
Visual Basic (Usage)Copy Code
Dim instance As WindowEventArgs
C# 
[DoNotObfuscateTypeAttribute()]
public class WindowEventArgs : ISRoutedEventArgs 
Delphi 
public class WindowEventArgs = class(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

System.Object
   System.EventArgs
      System.Windows.RoutedEventArgs
         Intersoft.Client.Framework.ISRoutedEventArgs
            Intersoft.Client.Framework.WindowEventArgs
               Intersoft.Client.Framework.WindowActivationEventArgs
               Intersoft.Client.Framework.WindowContextMenuEventArgs
               Intersoft.Client.Framework.WindowOperationEventArgs
               Intersoft.Client.UI.Aqua.UXDesktop.UXDialogBoxEventArgs

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

© 2012 All Rights Reserved.