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

In This Topic
    NativePointerUpdated Method (PropertyBag)
    In This Topic
    Method called when the C1.Util.DX.CppObject.NativePointer is updated.
    Syntax
    'Declaration
     
    Protected Overrides Sub NativePointerUpdated( _
       ByVal oldNativePointer As IntPtr _
    ) 
    protected override void NativePointerUpdated( 
       IntPtr oldNativePointer
    )

    Parameters

    oldNativePointer
    See Also