Namespace: MPM.PDAG
Assembly: MPM.PDAG (in MPM.PDAG.dll) Version: 1.0.4428.15748
Assembly: MPM.PDAG (in MPM.PDAG.dll) Version: 1.0.4428.15748
Syntax
C# |
---|
public event EventHandler OnCancelPending |
Visual Basic |
---|
Public Event OnCancelPending As EventHandler |
Visual C++ |
---|
public: virtual event EventHandler^ OnCancelPending { void add (EventHandler^ value); void remove (EventHandler^ value); } |