OPCAE.NET Reference Manual
MaxEventsInView Property
See Also  Send Feedback
OPCAE.NET.Controls Namespace > EventView Class : MaxEventsInView Property

Glossary Item Box

Determines the maximum number of events in the event view. If this number is reached then the oldest event in the control is removed.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<DescriptionAttribute("Determines the maximum number of events in the event view. If this number is reached then the oldest event is removed.")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
Public Property MaxEventsInView As Integer
C# 
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines the maximum number of events in the event view. If this number is reached then the oldest event is removed.")]
[RefreshPropertiesAttribute(RefreshProperties.All)]
public int MaxEventsInView {get; set;}

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

© 2002-2018 Advosol Inc. All Rights Reserved.