Summary

delegate used for when a value is fetched from the OOPic

Declaration Syntax

Public Delegate Sub ValueFetchedHandler( _
	ByVal obj As OopicObject _
)
public delegate void ValueFetchedHandler(
	OopicObject obj
);
public __gc __sealed __delegate void ValueFetchedHandler(
	OopicObject obj
);
In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.

Parameters

obj
OopicObject that the value was fetched from 

Requirements

Namespace: Wimo.Common
Assembly: Wimo.Common (wimo.common.dll)

See Also

Wimo.Common Namespace