Occurs when selection changed.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public event EventHandler Changed |
| Visual Basic (Declaration) |
|---|
Public Event Changed As EventHandler |
| Visual C++ |
|---|
public: event EventHandler^ Changed { void add (EventHandler^ value); void remove (EventHandler^ value); } |