Class CanExecuteDelegate
Delegate method called to determine whether an action (button, menu item) should be enabled, disabled or invisible;
called whenever the row selection state changes
Inheritance
CanExecuteDelegate
Assembly: SoDataBase.dll
Syntax
public sealed class CanExecuteDelegate : MulticastDelegate
Constructors
CanExecuteDelegate(Object, IntPtr)
Delegate method called to determine whether an action (button, menu item) should be enabled, disabled or invisible;
called whenever the row selection state changes
Declaration
public CanExecuteDelegate(object object, IntPtr method)
Parameters
Methods
BeginInvoke(RowInfo[], AsyncCallback, Object)
Delegate method called to determine whether an action (button, menu item) should be enabled, disabled or invisible;
called whenever the row selection state changes
Declaration
public virtual IAsyncResult BeginInvoke(RowInfo[] rowInfo, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Delegate method called to determine whether an action (button, menu item) should be enabled, disabled or invisible;
called whenever the row selection state changes
Declaration
public virtual FieldRight EndInvoke(IAsyncResult result)
Parameters
Returns
Invoke(RowInfo[])
Delegate method called to determine whether an action (button, menu item) should be enabled, disabled or invisible;
called whenever the row selection state changes
Declaration
public virtual FieldRight Invoke(RowInfo[] rowInfo)
Parameters
Type |
Name |
Description |
RowInfo[] |
rowInfo |
|
Returns
Extension Methods
EnumUtil.MapEnums<From, To>(From)