Tanoda
Leap.PolicyEventArgs Class Reference

Dispatched when a policy change is complete. More...

Inheritance diagram for Leap.PolicyEventArgs:
Leap.LeapEventArgs

Public Member Functions

 PolicyEventArgs (UInt64 currentPolicies, UInt64 oldPolicies)
 
- Public Member Functions inherited from Leap.LeapEventArgs
 LeapEventArgs (LeapEvent type)
 

Properties

UInt64 currentPolicies [get, set]
 
UInt64 oldPolicies [get, set]
 
- Properties inherited from Leap.LeapEventArgs
LeapEvent type [get, set]
 

Detailed Description

Dispatched when a policy change is complete.

Provides the current and previous policies as arguments.

Since
3.0

Definition at line 97 of file Events.cs.

Constructor & Destructor Documentation

◆ PolicyEventArgs()

Leap.PolicyEventArgs.PolicyEventArgs ( UInt64  currentPolicies,
UInt64  oldPolicies 
)

Definition at line 98 of file Events.cs.

Property Documentation

◆ currentPolicies

UInt64 Leap.PolicyEventArgs.currentPolicies
getset

Definition at line 103 of file Events.cs.

◆ oldPolicies

UInt64 Leap.PolicyEventArgs.oldPolicies
getset

Definition at line 104 of file Events.cs.


The documentation for this class was generated from the following file: