880 B
880 B
Delegate CapyEventHandler
Namespace: CapyKit
Assembly: CapyKit.dll
A delegate representing an event handler that accepts a instance.
public delegate void CapyEventHandler(CapyEventArgs e)
Parameters
The CapyEventArgs instance containing event data.
Extension Methods
ObjectExtensions.UpdateProperties<CapyEventHandler>(CapyEventHandler, CapyEventHandler), ObjectExtensions.UpdateProperties(object, object)