5 references to OnSetPageDirty
System.Web.Mobile (5)
UI\MobileControls\Design\ObjectListGeneralPage.cs (5)
75
_txtBackCommandText.TextChanged += new EventHandler(this.
OnSetPageDirty
);
86
_txtDetailsCommandText.TextChanged += new EventHandler(this.
OnSetPageDirty
);
97
_txtMoreText.TextChanged += new EventHandler(this.
OnSetPageDirty
);
117
_txtItemCount.TextChanged += new EventHandler(this.
OnSetPageDirty
);
127
_txtItemsPerPage.TextChanged += new EventHandler(this.
OnSetPageDirty
);