CallbackData.Data Property (Microsoft.DirectX.Direct3D)
Points to data for the callback.
Definition
Visual Basic Public Property Data As IntPtr C# public IntPtr Data { get; set; } C++ public:
property IntPtr Data {
IntPtr get();
void set(IntPtr value);
}JScript public function get Data() : IntPtr
public function set Data(IntPtr);
Property Value
System.IntPtr
An IntPtr instance that points to data for the callback.This property is read/write.