RblFilterRaiseEvents Property |
Gets or sets whether the component will raise any events.
Namespace: MailBee.AntiSpamAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntaxpublic bool RaiseEvents { get; set; }
Public Property RaiseEvents As Boolean
Get
Set
Property Value
Type:
BooleanA bool value indicating whether the component will raise any events.
The default value is
true.
RemarksIf this property is false, OnEventName methods will also not be called.
See Also