Gets reference to delegate used to create a new IChannelCell object.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual CreateNewCellFunction<T> CreateNewCell { get; }
Public Overridable ReadOnly Property CreateNewCell As CreateNewCellFunction(Of T) Get
public: virtual property CreateNewCellFunction<T>^ CreateNewCell { CreateNewCellFunction<T>^ get (); }