KeyEditorViewModelCustomValidation - свойство
Gets or sets Обработчик предоставляющий возможность дополнительной проверки
объекта
Пространство имён: Tessa.UI.HashEditor.EditorsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[CanBeNullAttribute]
public CustomValidationDelegate<KeyEditorViewModel> CustomValidation { get; set; }
<CanBeNullAttribute>
Public Property CustomValidation As CustomValidationDelegate(Of KeyEditorViewModel)
Get
Set
public:
[CanBeNullAttribute]
virtual property CustomValidationDelegate<KeyEditorViewModel^>^ CustomValidation {
CustomValidationDelegate<KeyEditorViewModel^>^ get () sealed;
void set (CustomValidationDelegate<KeyEditorViewModel^>^ value) sealed;
}
[<CanBeNullAttribute>]
abstract CustomValidation : CustomValidationDelegate<KeyEditorViewModel> with get, set
[<CanBeNullAttribute>]
override CustomValidation : CustomValidationDelegate<KeyEditorViewModel> with get, set
CustomValidationDelegateKeyEditorViewModelIValidatingObjectTValidationObjectCustomValidation