Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / EventEntry.cs / 1 / EventEntry.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Security.Permissions; ////// PropertyEntry for event handler /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class EventEntry { private Type _handlerType; private string _handlerMethodName; private string _name; ////// public string HandlerMethodName { get { return _handlerMethodName; } set { _handlerMethodName = value; } } ////// public Type HandlerType { get { return _handlerType; } set { _handlerType = value; } } ////// public string Name { get { return _name; } set { _name = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Security.Permissions; ////// PropertyEntry for event handler /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class EventEntry { private Type _handlerType; private string _handlerMethodName; private string _name; ////// public string HandlerMethodName { get { return _handlerMethodName; } set { _handlerMethodName = value; } } ////// public Type HandlerType { get { return _handlerType; } set { _handlerType = value; } } ////// public string Name { get { return _name; } set { _name = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MemoryPressure.cs
- GlyphRun.cs
- ValidationRule.cs
- NonParentingControl.cs
- PageThemeBuildProvider.cs
- MouseCaptureWithinProperty.cs
- NonSerializedAttribute.cs
- EntityDataSourceWrapper.cs
- DocumentGridContextMenu.cs
- PropertyItem.cs
- EntityContainer.cs
- DistinctQueryOperator.cs
- BatchStream.cs
- SizeF.cs
- Funcletizer.cs
- NameNode.cs
- AnimationClock.cs
- BaseTemplateParser.cs
- PolicyException.cs
- HttpDictionary.cs
- KerberosTicketHashIdentifierClause.cs
- __Error.cs
- AxDesigner.cs
- FixedSOMPageConstructor.cs
- StoreItemCollection.Loader.cs
- ColorBlend.cs
- LinqDataSourceContextEventArgs.cs
- ListViewSelectEventArgs.cs
- HtmlValidationSummaryAdapter.cs
- HtmlFormWrapper.cs
- AggregatePushdown.cs
- HtmlSelectionListAdapter.cs
- _Semaphore.cs
- RawStylusActions.cs
- SqlClientWrapperSmiStreamChars.cs
- XmlElementAttribute.cs
- SatelliteContractVersionAttribute.cs
- DrawingCollection.cs
- CharacterShapingProperties.cs
- PowerModeChangedEventArgs.cs
- ValidationEventArgs.cs
- HttpModulesSection.cs
- HWStack.cs
- ProfileSettingsCollection.cs
- DispatcherSynchronizationContext.cs
- OleDbCommand.cs
- Unit.cs
- ZoneLinkButton.cs
- PropertyValueUIItem.cs
- MouseGesture.cs
- ScriptHandlerFactory.cs
- Padding.cs
- DataGridViewAutoSizeModeEventArgs.cs
- CalendarDateRange.cs
- PropertyDescriptorCollection.cs
- ValidationContext.cs
- X509UI.cs
- UnitySerializationHolder.cs
- Slider.cs
- CssTextWriter.cs
- RequiredFieldValidator.cs
- CheckedPointers.cs
- CharAnimationUsingKeyFrames.cs
- MethodBuilder.cs
- ObjectPersistData.cs
- ToolStripGrip.cs
- SoapExtensionTypeElement.cs
- BitmapEffectGroup.cs
- MeshGeometry3D.cs
- HostedElements.cs
- FileChangesMonitor.cs
- WebBrowserEvent.cs
- MouseCaptureWithinProperty.cs
- ListViewAutomationPeer.cs
- AssemblyHelper.cs
- TextBox.cs
- ImageAnimator.cs
- ProcessRequestArgs.cs
- HttpChannelBindingToken.cs
- Logging.cs
- AffineTransform3D.cs
- PeerNameResolver.cs
- TableHeaderCell.cs
- Soap.cs
- MarkupWriter.cs
- PriorityQueue.cs
- validation.cs
- DbParameterCollectionHelper.cs
- Grant.cs
- TextTreeText.cs
- InheritanceContextHelper.cs
- MarshalDirectiveException.cs
- LayoutExceptionEventArgs.cs
- GifBitmapDecoder.cs
- MeshGeometry3D.cs
- NativeMethods.cs
- WindowsSpinner.cs
- CryptoApi.cs
- FormViewInsertedEventArgs.cs
- DocumentGridContextMenu.cs