Delegate ProductContextChangeHandler
Delegate ProductContextChangeHandler
Namespace: UnityEngine.Industrial.Configuring.RuntimeUI
Syntax
public delegate void ProductContextChangeHandler(object sender, ProductContextChangeEventArgs args);
Parameters
Type | Name | Description |
---|---|---|
Object | sender | The sender. |
ProductContextChangeEventArgs | args | The ProductContextChangeEventArgs instance containing the event data. |