Table of Contents

Delegate Element.OtherElementCallback

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

A generic element-specific delegate that includes a second element.

public delegate void Element.OtherElementCallback(Element thisElement, Element otherElement)

Parameters

thisElement Element

The current element

otherElement Element

The other element

Extension Methods