Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.UltraLite namespace

SyncProgressDialog class

OnClosing method


Overide closing behavior to cancel synchronization and not close until synchronization has processed the cancel request.

Prototypes 

' Visual Basic
Overrides Protected Sub OnClosing( _
   ByVal e As System.ComponentModel.CancelEventArgs _
)

// C#
protected override void OnClosing(
   System.ComponentModel.CancelEventArgs e
);

Parameters 

Collection Contents Previous Next PDF