ListEventArgs<(Of <(<'T>)>)> Class

Class ListEventArgs

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public class ListEventArgs<T> : EventArgs
Public Class ListEventArgs(Of T) _
	Inherits EventArgs
generic<typename T>
public ref class ListEventArgs : public EventArgs

Type Parameters

T

Inheritance Hierarchy


EventArgs
  Squid..::..ListEventArgs<(Of <(<'T>)>)>