C# Class ExcelDna.Integration.RtdUpdateSynchronization

Afficher le fichier Open project: Excel-DNA/ExcelDna Class Usage Examples

Méthodes publiques

Méthode Description
DeregisterUpdateNotify ( IRTDUpdateEvent updateEvent ) : void
ProcessUpdateNotifications ( ) : void
RegisterUpdateNotify ( IRTDUpdateEvent updateEvent ) : void
RtdUpdateSynchronization ( SynchronizationWindow syncWindow ) : System
UpdateNotify ( IRTDUpdateEvent updateEvent ) : void

Method Details

DeregisterUpdateNotify() public méthode

public DeregisterUpdateNotify ( IRTDUpdateEvent updateEvent ) : void
updateEvent IRTDUpdateEvent
Résultat void

ProcessUpdateNotifications() public méthode

public ProcessUpdateNotifications ( ) : void
Résultat void

RegisterUpdateNotify() public méthode

public RegisterUpdateNotify ( IRTDUpdateEvent updateEvent ) : void
updateEvent IRTDUpdateEvent
Résultat void

RtdUpdateSynchronization() public méthode

public RtdUpdateSynchronization ( SynchronizationWindow syncWindow ) : System
syncWindow SynchronizationWindow
Résultat System

UpdateNotify() public méthode

public UpdateNotify ( IRTDUpdateEvent updateEvent ) : void
updateEvent IRTDUpdateEvent
Résultat void