C# Class ExcelDna.Integration.RtdUpdateSynchronization

Datei anzeigen Open project: Excel-DNA/ExcelDna Class Usage Examples

Public Methods

Method Description
DeregisterUpdateNotify ( IRTDUpdateEvent updateEvent ) : void
ProcessUpdateNotifications ( ) : void
RegisterUpdateNotify ( IRTDUpdateEvent updateEvent ) : void
RtdUpdateSynchronization ( SynchronizationWindow syncWindow ) : System
UpdateNotify ( IRTDUpdateEvent updateEvent ) : void

Method Details

DeregisterUpdateNotify() public method

public DeregisterUpdateNotify ( IRTDUpdateEvent updateEvent ) : void
updateEvent IRTDUpdateEvent
return void

ProcessUpdateNotifications() public method

public ProcessUpdateNotifications ( ) : void
return void

RegisterUpdateNotify() public method

public RegisterUpdateNotify ( IRTDUpdateEvent updateEvent ) : void
updateEvent IRTDUpdateEvent
return void

RtdUpdateSynchronization() public method

public RtdUpdateSynchronization ( SynchronizationWindow syncWindow ) : System
syncWindow SynchronizationWindow
return System

UpdateNotify() public method

public UpdateNotify ( IRTDUpdateEvent updateEvent ) : void
updateEvent IRTDUpdateEvent
return void