FnEventHandlerDelegate

Type Alias FnEventHandlerDelegate 

Source
pub type FnEventHandlerDelegate<TEventArgs> = fn(TEventArgs);
Expand description

Alias for trivial function pointers.