Delegate ResizingBehavior.ResizeLocationPredicate
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public delegate bool ResizeLocationPredicate(Point p);
Parameters
System.Drawing.Point
p
|
Returns
System.Boolean
|
Constructors
ResizeLocationPredicate(Object, IntPtr)
Declaration
public ResizeLocationPredicate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Point, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(Point p, AsyncCallback callback, object object)
Parameters
System.Drawing.Point
p
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Returns
System.Boolean
|
Invoke(Point)
Declaration
public virtual bool Invoke(Point p)
Parameters
System.Drawing.Point
p
|
Returns
System.Boolean
|