CapyKit/Documentation/Help/T_CapyKit_CapyEventHandler.md

717 B

CapyEventHandler Delegate

A delegate representing an event handler that accepts a CapyEventArgs instance.

Definition

Namespace: CapyKit
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.0+735d7c4c91a8ae04c2d8cae4ce85ddf4909e5b7d

C#

public delegate void CapyEventHandler(
	CapyEventArgs e
)

F#

type CapyEventHandler = 
    delegate of 
        e : CapyEventArgs -> unit

Parameters

  CapyEventArgs
The CapyEventArgs instance containing event data.

See Also

Reference

CapyKit Namespace