SetMessageEventArgs Class

Provides arguments for the AdvancedErrorProvider.SetMessage event.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public class SetMessageEventArgs : CancelEventArgs
Inheritance
Object    EventArgs    CancelEventArgs    SetMessageEventArgs

Properties

Current Gets the current item of the underlying data source. Can be if the message is required for a binding error.
Message Gets or sets the message to be displayed. If the message is retrieved due to a binding error or the Current item implements the IDataErrorInfo interface, then this property may already contain a value.
PropertyName Gets the name of the property for which the message is requested.

See Also