T
Intersoft ClientUI Documentation
PropertyChangingEventArgs<T> Class
Members  See Also  Send Feedback
Intersoft.Client.Framework Namespace : PropertyChangingEventArgs<T> Class






Object Model

PropertyChangingEventArgs<T> Class

Syntax

Visual Basic (Declaration) 
Public Class PropertyChangingEventArgs(Of T) 
   Inherits ISRoutedEventArgs
Visual Basic (Usage)Copy Code
Dim instance As PropertyChangingEventArgs(Of T)
C# 
public class PropertyChangingEventArgs<T> : ISRoutedEventArgs 
Delphi 
public class PropertyChangingEventArgs = class(ISRoutedEventArgs)
JScript 
JScript does not support Generics.
Managed Extensions for C++ 
public __gc class PropertyChangingEventArgs<T> : public ISRoutedEventArgs 
C++/CLI 
generic<typename T>
public ref class PropertyChangingEventArgs : public ISRoutedEventArgs 

Type Parameters

T

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Windows.RoutedEventArgs
         Intersoft.Client.Framework.ISRoutedEventArgs
            Intersoft.Client.Framework.PropertyChangingEventArgs<T>

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.