Implementation pending
Namespace: Composite.Core.ImplementationAssembly: Composite (in Composite.dll) Version: 3.2.4497.34829
Syntax
| C# |
|---|
public virtual event DataEventHandler OnBeforeAdd |
| Visual Basic |
|---|
Public Overridable Event OnBeforeAdd As DataEventHandler |
| Visual C++ |
|---|
public: virtual event DataEventHandler^ OnBeforeAdd { void add (DataEventHandler^ value); void remove (DataEventHandler^ value); } |