Delegate used to describe the OnLoadPostData event

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public delegate Object EventLoadPostData(
	ArrayList idCollection
)
Visual Basic
Public Delegate Function EventLoadPostData ( 
	idCollection As ArrayList
) As Object
Visual C++
public delegate Object^ EventLoadPostData(
	ArrayList^ idCollection
)
F#
type EventLoadPostData = 
    delegate of 
        idCollection : ArrayList -> Object

Parameters

idCollection
Type: System.Collections..::..ArrayList
Collection of Id objects that will be passed back to event handler

Return Value

Type: Object
Data source for Right List box

See Also