Class ActiveWindowChangingHandler
Represents ActiveWindowChangingHandler that handles before ActiveWindow change
Inheritance
System.Object
ActiveWindowChangingHandler
Assembly: Syncfusion.Tools.Wpf.dll
public sealed class ActiveWindowChangingHandler : MulticastDelegate
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
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(FrameworkElement sender, ActiveWindowChangingEventArgs e)
Parameters