Delegate DockTargetNameChangedEventHandler
Represents a method that will handle events when target name of element in float or dock state changed.
Assembly: Syncfusion.Tools.Wpf.dll
public delegate void DockTargetNameChangedEventHandler(UIElement sender, DockTargetNameChangedEventArgs args);
Parameters
Type |
Name |
Description |
System.Windows.UIElement |
sender |
FrameworkElement where the event handler is attached.
|
DockTargetNameChangedEventArgs |
args |
The event data.
|
Constructors
Declaration
public DockTargetNameChangedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(UIElement sender, DockTargetNameChangedEventArgs args, 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(UIElement sender, DockTargetNameChangedEventArgs args)
Parameters