Click or drag to resize
ApplicationShowMessageEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event arguments for ShowMessage event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPA.Utils.QueryEngineApplicationShowMessageEventArgs

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class ShowMessageEventArgs : EventArgs, 
	_ShowMessageEventArgs

The ApplicationShowMessageEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodApplicationShowMessageEventArgs
Initializes a new instance of the ApplicationShowMessageEventArgs class
Top
Fields
Properties
  NameDescription
Public propertyMessageBoxStyle
Gets or sets a value that contains the message box style that should be used.
Public propertyMessageText
Gets or sets a string contains the message text that should be displayed.
Public propertyMessageTitle
Gets or sets a string contains the message title that should be displayed.
Top
Remarks