Intersoft ClientUI Documentation
RaiseWindowEvent Method



Syntax
<ExtensionAttribute()>
Public Shared Sub RaiseWindowEvent( _
   ByVal window As IWindow, _
   ByVal args As ISRoutedEventArgs _
) 
Dim window As IWindow
Dim args As ISRoutedEventArgs
 
IWindowExtension.RaiseWindowEvent(window, args)
[ExtensionAttribute()]
public static void RaiseWindowEvent( 
   IWindow window,
   ISRoutedEventArgs args
)
[ExtensionAttribute()]
public:
static void RaiseWindowEvent( 
   IWindow^ window,
   ISRoutedEventArgs^ args
) 

Parameters

window
args
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

IWindowExtension Class
IWindowExtension Members

Send Feedback