JavaAccEventArgs.OldObject Property
Gets the old object.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As JavaAccEventArgs
Dim value As Object
value = instance.OldObject
Syntax
'Declaration
Public ReadOnly Property OldObject As Object
public Object OldObject { get; }
public:
property Object^ OldObject {
Object^ get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public Object get_OldObject ()
DebuggerStepThroughAttribute
public function get OldObject () : Object
Property Value
Type: Object
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
JavaAccEventArgs Class
JavaAccEventArgs Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.