T
The type of the Action's parameter.
Intersoft ClientUI Documentation
WeakAction<T> Class
Members  See Also  Send Feedback
Intersoft.Client.Framework Namespace : WeakAction<T> Class






Represents a generic weak action, which references an action while still allowing the owner of the action to be reclaimed by garbage collection.

Object Model

WeakAction<T> Class

Syntax

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

Type Parameters

T
The type of the Action's parameter.

Inheritance Hierarchy

System.Object
   Intersoft.Client.Framework.WeakAction
      Intersoft.Client.Framework.WeakAction<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.