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. |