Implementation pending
Namespace: Composite.Core.ImplementationAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
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); } |