Table of Contents

Delegate Element.GenericCallback

Namespace
MLEM.Ui.Elements
Assembly
MLEM.Ui.dll

A generic element-specific delegate.

public delegate void Element.GenericCallback(Element element)

Parameters

element Element

The current element

Extension Methods