Intersoft ClientUI Documentation
RaiseEvent Method



Raises a routed event against the specified UIElement.
Syntax
<ExtensionAttribute()>
Public Shared Sub RaiseEvent( _
   ByVal element As DependencyObject, _
   ByVal e As ISRoutedEventArgs _
) 
Dim element As DependencyObject
Dim e As ISRoutedEventArgs
 
DependencyObjectExtensions.RaiseEvent(element, e)
[ExtensionAttribute()]
public static void RaiseEvent( 
   DependencyObject element,
   ISRoutedEventArgs e
)
[ExtensionAttribute()]
public:
static void RaiseEvent( 
   DependencyObject^ element,
   ISRoutedEventArgs^ e
) 

Parameters

element
e
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DependencyObjectExtensions Class
DependencyObjectExtensions Members

Send Feedback