Show / Hide Table of Contents

Delegate Box.BoxEvent

Delegate for Box.OnChanged event.

Namespace: Experior.Core.Loads
Assembly: Experior.Core.dll
Syntax
public delegate void BoxEvent(Box sender);
Parameters
Type Name Description
Box sender

The box sending the event.

Back to top Generated by DocFX