C# Class Open.Core.Common.Extensions

Collection of general extensions.
Mostrar archivo Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
InvokeOrDefault ( this action ) : void

Invokes an action, or does nothing if the Action is null.

IsScrolling ( this self ) : bool

Determines whether the data-grid is currently in a state of scrolling.

Method Details

InvokeOrDefault() public static method

Invokes an action, or does nothing if the Action is null.
public static InvokeOrDefault ( this action ) : void
action this The action to invoke.
return void

IsScrolling() public static method

Determines whether the data-grid is currently in a state of scrolling.
public static IsScrolling ( this self ) : bool
self this The data-grid under inspection.
return bool