ControlIteratorPerformAction(Control, Delegate) Method

Perform an operation on a specific ctrl.

Definition

Namespace: DevCase.Core.Application.Forms
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool PerformAction(
	Control ctrl,
	Delegate operation
)

Parameters

ctrl  Control
The control to perform the Action.
operation  Delegate
The action to perform on the ctrl.

Return Value

Boolean
if the operation succeeds; otherwise, .

See Also