| DelegateGraphicsScreenUpdateCallback Property |
Gets or sets the update callback method.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Action<GraphicsScreen, TimeSpan> UpdateCallback { get; set; }
Public Property UpdateCallback As Action(Of GraphicsScreen, TimeSpan)
Get
Set
public:
property Action<GraphicsScreen^, TimeSpan>^ UpdateCallback {
Action<GraphicsScreen^, TimeSpan>^ get ();
void set (Action<GraphicsScreen^, TimeSpan>^ value);
}
member UpdateCallback : Action<GraphicsScreen, TimeSpan> with get, set
Property Value
Type:
ActionGraphicsScreen,
TimeSpanThe update callback method. (Can be
.)
Remarks See Also