Interface IWidgetHandleable
- Namespace
- RetroEditor.Plugins
- Assembly
- RetroEditor.dll
Interface for a widget that can notify of a value change
public interface IWidgetHandleable : IWidgetEnableable, IWidgetItem
- Inherited Members
Properties
Handler
Handler for the changed event
ChangedEventHandler? Handler { get; set; }