Delegate ActiveWindowChangingHandler
Represents ActiveWindowChangingHandler that handles before ActiveWindow change
Assembly: Syncfusion.Tools.Wpf.dll
public delegate void ActiveWindowChangingHandler(FrameworkElement sender, ActiveWindowChangingEventArgs e);
Parameters
Type |
Name |
Description |
System.Windows.FrameworkElement |
sender |
The source of the event
|
ActiveWindowChangingEventArgs |
e |
A that contains the event data.
|
Constructors
Declaration
public ActiveWindowChangingHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(FrameworkElement sender, ActiveWindowChangingEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(FrameworkElement sender, ActiveWindowChangingEventArgs e)
Parameters