eDriven Framework API
DisplayObject..::..DeferedCall Delegate
NamespaceseDriven.Gui.ComponentsDisplayObjectDisplayObject..::..DeferedCall
eDriven Framework API
The signature of a method that should be called within a delay of N frames
Declaration Syntax
C#Visual BasicVisual C++
public delegate void DeferedCall(
	params Object[] args
)
Public Delegate Sub DeferedCall ( _
	ParamArray args As Object() _
)
public delegate void DeferedCall(
	... array<Object^>^ args
)
Parameters
args (array<Object>[]()[][])

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)