Gets or sets the data used for the MaxEvents. This is a dependency property
            
Namespace: Ico.AwxAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# | 
|---|
public int MaxEvents { get; set; }  | 
| Visual Basic | 
|---|
Public Property MaxEvents As Integer Get Set  | 
| JScript | 
|---|
function get MaxEvents () : int function set MaxEvents (value : int)  |