D:/Projects/Anthem/Anthem/ICallBackControl.cs

00001 using System;
00002 
00003 namespace Anthem
00004 {
00009     public interface ICallBackControl
00010     {
00015         string CallBackCancelledFunction { get; set; }
00016 
00024         bool EnableCallBack { get; set; }
00025 
00034         bool EnabledDuringCallBack { get; set; }
00035 
00053         string PostCallBackFunction { get; set; }
00054 
00060         string PreCallBackFunction { get; set; }
00061 
00070         string TextDuringCallBack { get; set; }
00071     }
00072 }

Generated on Wed Mar 14 23:50:39 2007 for Anthem by  doxygen 1.5.1-p1