SetMessageEventArgs Class
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public class SetMessageEventArgs : CancelEventArgs
Public Class SetMessageEventArgs
Inherits CancelEventArgs
public ref class SetMessageEventArgs : public CancelEventArgs
type SetMessageEventArgs =
class
inherit CancelEventArgs
end
- Inheritance
- Object EventArgs CancelEventArgs SetMessageEventArgs
| 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.
|