Esempio n. 1
0
		/// ------------------------------------------------------------------------------------
		/// <summary>
		/// This is called whenever a field editor is opened to begin editing.
		/// </summary>
		/// <remarks>
		/// Subclasses can override this to do things such as conditionally saving the
		/// modification date.
		/// </remarks>
		/// <param name="fwDataEntryFieldEditor"></param>
		/// ------------------------------------------------------------------------------------
		public virtual void BeginEdit(FwDataEntryFieldEditor fwDataEntryFieldEditor)
		{
			CheckDisposed();

		}
Esempio n. 2
0
 /// ------------------------------------------------------------------------------------
 /// <summary>
 /// This is called whenever a field editor is opened to begin editing.
 /// </summary>
 /// <remarks>
 /// Subclasses can override this to do things such as conditionally saving the
 /// modification date.
 /// </remarks>
 /// <param name="fwDataEntryFieldEditor"></param>
 /// ------------------------------------------------------------------------------------
 public virtual void BeginEdit(FwDataEntryFieldEditor fwDataEntryFieldEditor)
 {
     CheckDisposed();
 }