31 implementations of IPostBackEventHandler
System.Web (20)
UI\HtmlControls\HtmlAnchor.cs (1)
36public class HtmlAnchor : HtmlContainerControl, IPostBackEventHandler {
UI\HtmlControls\HtmlButton.cs (1)
34public class HtmlButton : HtmlContainerControl, IPostBackEventHandler {
UI\HtmlControls\HtmlInputButton.cs (1)
41public class HtmlInputButton : HtmlInputControl, IPostBackEventHandler {
UI\HtmlControls\HtmlInputImage.cs (1)
38IPostBackDataHandler, IPostBackEventHandler {
UI\HtmlControls\HtmlInputSubmit.cs (1)
41public class HtmlInputSubmit : HtmlInputButton, IPostBackEventHandler {
UI\WebControls\Adapters\MenuAdapter.cs (1)
18public class MenuAdapter : WebControlAdapter, IPostBackEventHandler {
UI\WebControls\BulletedList.cs (1)
29public class BulletedList : ListControl, IPostBackEventHandler {
UI\WebControls\Button.cs (1)
30public class Button : WebControl, IButtonControl, IPostBackEventHandler {
UI\WebControls\Calendar.cs (1)
37public class Calendar : WebControl, IPostBackEventHandler {
UI\WebControls\DetailsView.cs (1)
41public class DetailsView : CompositeDataBoundControl, IDataItemContainer, ICallbackContainer, ICallbackEventHandler, IPostBackEventHandler, IPostBackContainer, IDataBoundItemControl, IFieldControl {
UI\WebControls\FormView.cs (1)
34public class FormView : CompositeDataBoundControl, IDataItemContainer, IPostBackEventHandler,
UI\WebControls\GridView.cs (1)
41public class GridView : CompositeDataBoundControl, IPostBackContainer, IPostBackEventHandler, ICallbackContainer,
UI\WebControls\ImageButton.cs (1)
32public class ImageButton : Image, IPostBackDataHandler, IPostBackEventHandler, IButtonControl {
UI\WebControls\ImageMap.cs (1)
26public class ImageMap : Image, IPostBackEventHandler {
UI\WebControls\LinkButton.cs (1)
46public class LinkButton : WebControl, IButtonControl, IPostBackEventHandler {
UI\WebControls\Menu.cs (1)
28public partial class Menu : HierarchicalDataBoundControl, IPostBackEventHandler, INamingContainer {
UI\WebControls\Table.cs (1)
26public class Table : WebControl, IPostBackEventHandler {
UI\WebControls\TreeView.cs (1)
31public class TreeView : HierarchicalDataBoundControl, IPostBackEventHandler, IPostBackDataHandler, ICallbackEventHandler {
UI\WebParts\ToolZone.cs (1)
19public abstract class ToolZone : WebZone, IPostBackEventHandler {
UI\WebParts\WebPartZoneBase.cs (1)
29public abstract class WebPartZoneBase : WebZone, IPostBackEventHandler, IWebPartMenuUser {
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
170public class Chart : System.Web.UI.WebControls.DataBoundControl, IPostBackEventHandler
System.Web.Extensions (2)
UI\ScriptManager.cs (1)
46public class ScriptManager : Control, IPostBackDataHandler, IPostBackEventHandler, IControl, IScriptManager, IScriptManagerInternal {
UI\Timer.cs (1)
27public class Timer : Control, IPostBackEventHandler, IScriptControl {
System.Web.Mobile (8)
UI\MobileControls\Calendar.cs (1)
44public class Calendar : MobileControl, IPostBackEventHandler
UI\MobileControls\Command.cs (1)
40public class Command : TextControl, IPostBackEventHandler, IPostBackDataHandler
UI\MobileControls\Form.cs (1)
30public class Form : Panel, ITemplateable, IPostBackEventHandler
UI\MobileControls\Image.cs (1)
39public class Image : MobileControl, IPostBackEventHandler
UI\MobileControls\Link.cs (1)
38public class Link : TextControl, IPostBackEventHandler
UI\MobileControls\List.cs (1)
42public class List : PagedControl, INamingContainer, IListControl, ITemplateable, IPostBackEventHandler
UI\MobileControls\ObjectList.cs (1)
41public class ObjectList : PagedControl, INamingContainer, ITemplateable, IPostBackEventHandler
UI\MobileControls\PhoneCall.cs (1)
41public class PhoneCall : TextControl, IPostBackEventHandler
57 references to IPostBackEventHandler
System.Web (34)
UI\Control.cs (4)
3462internal IPostBackEventHandler PostBackEventHandler { 3464IPostBackEventHandler pbeh = AdapterInternal as IPostBackEventHandler; 3467pbeh = this as IPostBackEventHandler;
UI\HtmlControls\HtmlAnchor.cs (1)
266void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
UI\HtmlControls\HtmlButton.cs (1)
150void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
UI\HtmlControls\HtmlInputButton.cs (1)
177void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
UI\HtmlControls\HtmlInputImage.cs (1)
255void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
UI\Page.cs (3)
346private IPostBackEventHandler _registeredControlThatRequireRaiseEvent; 3354protected virtual void RaisePostBackEvent(IPostBackEventHandler sourceControl, string eventArgument) { 3365public virtual void RegisterRequiresRaiseEvent(IPostBackEventHandler control) {
UI\WebControls\Adapters\MenuAdapter.cs (1)
581void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
UI\WebControls\BulletedList.cs (1)
498void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
UI\WebControls\Button.cs (1)
403void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
UI\WebControls\Calendar.cs (3)
1157IPostBackEventHandler pbeh = AdapterInternal as IPostBackEventHandler; 1205void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
UI\WebControls\DetailsView.cs (1)
3579void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
UI\WebControls\FormView.cs (1)
3042void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
UI\WebControls\GridView.cs (1)
4436void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
UI\WebControls\ImageButton.cs (1)
463void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
UI\WebControls\ImageMap.cs (1)
298void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
UI\WebControls\LinkButton.cs (1)
418void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
UI\WebControls\Menu.cs (3)
2557void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) { 2569IPostBackEventHandler pbeh = AdapterInternal as IPostBackEventHandler;
UI\WebControls\Table.cs (3)
287IPostBackEventHandler pbeh = AdapterInternal as IPostBackEventHandler; 374void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
UI\WebControls\TreeView.cs (3)
3126void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) { 3137IPostBackEventHandler pbeh = AdapterInternal as IPostBackEventHandler;
UI\WebParts\ToolZone.cs (1)
440void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
UI\WebParts\WebPartZoneBase.cs (1)
1634void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
3198void IPostBackEventHandler.RaisePostBackEvent(string eventArgument)
System.Web.Extensions (3)
UI\PageRequestManager.cs (1)
225!(control is IPostBackEventHandler)) {
UI\ScriptManager.cs (1)
2126void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
UI\Timer.cs (1)
153void IPostBackEventHandler.RaisePostBackEvent(string eventArgument) {
System.Web.Mobile (19)
UI\MobileControls\Adapters\WmlFormAdapter.cs (3)
173&& !(control is IPostBackEventHandler) 219if (sourceControl != null && sourceControl is IPostBackEventHandler) 221((IPostBackEventHandler)sourceControl).RaisePostBackEvent(eventArgument);
UI\MobileControls\Calendar.cs (1)
297void IPostBackEventHandler.RaisePostBackEvent(String eventArgument) {
UI\MobileControls\Command.cs (1)
294void IPostBackEventHandler.RaisePostBackEvent(String eventArgument) {
UI\MobileControls\Form.cs (4)
726private IPostBackEventHandler _defaultEventHandler = null; 727internal void RegisterEventHandler(IPostBackEventHandler control) 735internal IPostBackEventHandler DefaultEventHandler 750void IPostBackEventHandler.RaisePostBackEvent(String eventArgument) {
UI\MobileControls\Image.cs (1)
130void IPostBackEventHandler.RaisePostBackEvent(String eventArgument) {
UI\MobileControls\Link.cs (1)
105void IPostBackEventHandler.RaisePostBackEvent(String eventArgument) {
UI\MobileControls\List.cs (1)
618void IPostBackEventHandler.RaisePostBackEvent(String eventArgument) {
UI\MobileControls\MobileControl.cs (2)
511IPostBackEventHandler eventHandler = this as IPostBackEventHandler;
UI\MobileControls\MobilePage.cs (3)
978protected override void RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) 988IPostBackEventHandler defaultHandler = activeForm.DefaultEventHandler; 1038if (control != null && (control is IPostBackEventHandler))
UI\MobileControls\ObjectList.cs (1)
1553void IPostBackEventHandler.RaisePostBackEvent(String eventArgument) {
UI\MobileControls\PhoneCall.cs (1)
178void IPostBackEventHandler.RaisePostBackEvent(String eventArgument) {