ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.IntPtr _
    ) 
    protected virtual void NativePointerUpdated( 
       System.IntPtr oldNativePointer
    )

    Parameters

    oldNativePointer
    See Also