C# Класс Open.Core.Common.Extensions

Collection of general extensions.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

InvokeOrDefault() публичный статический Метод

Invokes an action, or does nothing if the Action is null.
public static InvokeOrDefault ( this action ) : void
action this The action to invoke.
Результат void

IsScrolling() публичный статический Метод

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.
Результат bool