Class OccurrenceAction
Specifies an action performed over an ExceptionOccurrence.
Inheritance
System.Object
OccurrenceAction
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public sealed class OccurrenceAction : Enum
Fields
Add
An instance of ExceptionOccurrence has been added.
Declaration
public const OccurrenceAction Add
Field Value
OccurrenceAction
|
Delete
An instance of ExceptionOccurrence has been deleted.
Declaration
public const OccurrenceAction Delete
Field Value
OccurrenceAction
|
None
No action is performed over the ExceptionOccurrence.
Declaration
public const OccurrenceAction None
Field Value
OccurrenceAction
|
Update
An instance of ExceptionOccurrence has been updated.
Declaration
public const OccurrenceAction Update
Field Value
OccurrenceAction
|
value__
Declaration
public int value__
Field Value
System.Int32
|