ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / CppObject Class / NativePointerUpdated Method

In This Topic
    NativePointerUpdated Method (CppObject)
    In This Topic
    Method called when the NativePointer is updated.
    Syntax
    'Declaration
     
    Protected Overridable Sub NativePointerUpdated( _
       ByVal oldNativePointer As IntPtr _
    ) 
    protected virtual void NativePointerUpdated( 
       IntPtr oldNativePointer
    )

    Parameters

    oldNativePointer
    See Also