Click or drag to resize

TypedEventHandlerTSenderType, TArgType Delegate

An event handler that sends a typed sender instead of object

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public delegate void TypedEventHandler<TSenderType, TArgType>(
	TSenderType sender,
	TArgType args
)

Parameters

sender
Type: TSenderType
args
Type: TArgType

Type Parameters

TSenderType

[Missing <typeparam name="TSenderType"/> documentation for "T:Couchbase.Lite.TypedEventHandler`2"]

TArgType

[Missing <typeparam name="TArgType"/> documentation for "T:Couchbase.Lite.TypedEventHandler`2"]

See Also