Data ListSelection Back Color Changed Event
This event is raised when the SelectionBackColor changes
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public event EventHandler SelectionBackColorChangedVB
Public Event SelectionBackColorChanged As EventHandlerC++
public:
event EventHandler^ SelectionBackColorChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}F#
member SelectionBackColorChanged : IEvent<EventHandler,
EventArgs>