SynchronousEventTCustomEvent Event
Occurs when a custom event of type T is triggered.
Namespace: SnapDB.ThreadingAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public event EventHandler<T> CustomEvent
Public Event CustomEvent As EventHandler(Of T)
public:
event EventHandler<T>^ CustomEvent {
void add (EventHandler<T>^ value);
void remove (EventHandler<T>^ value);
}
function add_CustomEvent(value);
function remove_CustomEvent(value);
Value
EventHandlerT