C# Class ExcelDna.IntelliSense.UIStateUpdate

Inheritance: System.EventArgs
Mostrar archivo Open project: Excel-DNA/IntelliSense Class Usage Examples

Public Methods

Method Description
EnableUpdateEvent ( ) : void
LogString ( ) : string
ToString ( ) : string
UIStateUpdate ( UIState oldState, UIState newState, UpdateType update ) : System

Method Details

EnableUpdateEvent() public method

public EnableUpdateEvent ( ) : void
return void

LogString() public method

public LogString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

UIStateUpdate() public method

public UIStateUpdate ( UIState oldState, UIState newState, UpdateType update ) : System
oldState UIState
newState UIState
update UpdateType
return System