ScottPlot
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
ScottPlot.Interactivity.ResponseInfo Struct Reference

Describes what may need to happen after a user action response has completed executing. More...

Public Member Functions

override string ToString ()
 

Properties

bool RefreshNeeded [get]
 Request a render after all responses have finished executing.
 
bool IsPrimary [get]
 If true, all other responses will not be executed until the response that returned this result returns a new result with this flag false.
 
static ResponseInfo NoActionRequired [get]
 
static ResponseInfo Refresh [get]
 

Detailed Description

Describes what may need to happen after a user action response has completed executing.

Member Function Documentation

◆ ToString()

override string ScottPlot.Interactivity.ResponseInfo.ToString ( )
inline

Property Documentation

◆ IsPrimary

bool ScottPlot.Interactivity.ResponseInfo.IsPrimary
get

If true, all other responses will not be executed until the response that returned this result returns a new result with this flag false.

◆ NoActionRequired

ResponseInfo ScottPlot.Interactivity.ResponseInfo.NoActionRequired
staticget

◆ Refresh

ResponseInfo ScottPlot.Interactivity.ResponseInfo.Refresh
staticget

◆ RefreshNeeded

bool ScottPlot.Interactivity.ResponseInfo.RefreshNeeded
get

Request a render after all responses have finished executing.


The documentation for this struct was generated from the following file: