ObjectTransactionWarningIssued Field |
Fired when a warning is issued
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic EventHandler<NotificationEventArgs> WarningIssued
Public WarningIssued As EventHandler(Of NotificationEventArgs)
public:
EventHandler<NotificationEventArgs^>^ WarningIssued
val mutable WarningIssued: EventHandler<NotificationEventArgs>
Field Value
Type:
EventHandlerNotificationEventArgs
See Also