Open.Core.ViewBase.OnBeforeInsert C# (CSharp) Method

OnBeforeInsert() protected method

Invoked immediately before the insertion occurs via the 'Insert' method.
Use this to extract any meta-data from the original element before it is removed from the DOM.
protected OnBeforeInsert ( jQueryObject targetElement, InsertMode mode ) : void
targetElement jQueryObject The element being replaced.
mode InsertMode The strategy used for the insertion.
return void
        protected virtual void OnBeforeInsert(jQueryObject targetElement, InsertMode mode) { }