Intersoft ClientUI Documentation
AreHandlersSuspended Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > DependencyObjectExtensions Class : AreHandlersSuspended Method






obj

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Public Shared Function AreHandlersSuspended( _
   ByVal obj As DependencyObject _
) As Boolean
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As Boolean
 
value = DependencyObjectExtensions.AreHandlersSuspended(obj)
C# 
[ExtensionAttribute()]
public static bool AreHandlersSuspended( 
   DependencyObject obj
)
Delphi 
public function AreHandlersSuspended( 
    obj: DependencyObject
): Boolean; static; 
JScript 
ExtensionAttribute()
public static function AreHandlersSuspended( 
   obj : DependencyObject
) : boolean;
Managed Extensions for C++ 
[ExtensionAttribute()]
public: static bool AreHandlersSuspended( 
   DependencyObject* obj
) 
C++/CLI 
[ExtensionAttribute()]
public:
static bool AreHandlersSuspended( 
   DependencyObject^ obj
) 

Parameters

obj

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.