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






element
e
Raises a routed event against the specified UIElement.

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Public Shared Sub RaiseEvent( _
   ByVal element As DependencyObject, _
   ByVal e As ISRoutedEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim element As DependencyObject
Dim e As ISRoutedEventArgs
 
DependencyObjectExtensions.RaiseEvent(element, e)
C# 
[ExtensionAttribute()]
public static void RaiseEvent( 
   DependencyObject element,
   ISRoutedEventArgs e
)
Delphi 
public procedure RaiseEvent( 
    element: DependencyObject;
    e: ISRoutedEventArgs
); static; 
JScript 
ExtensionAttribute()
public static function RaiseEvent( 
   element : DependencyObject,
   e : ISRoutedEventArgs
);
Managed Extensions for C++ 
[ExtensionAttribute()]
public: static void RaiseEvent( 
   DependencyObject* element,
   ISRoutedEventArgs* e
) 
C++/CLI 
[ExtensionAttribute()]
public:
static void RaiseEvent( 
   DependencyObject^ element,
   ISRoutedEventArgs^ e
) 

Parameters

element
e

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.