Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DocumentReferenceCollection.cs
- DesignerSerializationVisibilityAttribute.cs
- ClrProviderManifest.cs
- RoutedEventArgs.cs
- ACL.cs
- CultureInfo.cs
- AnnotationAdorner.cs
- XslCompiledTransform.cs
- TextShapeableCharacters.cs
- NumericExpr.cs
- DataGrid.cs
- PathFigureCollectionValueSerializer.cs
- DependsOnAttribute.cs
- DbParameterCollection.cs
- GeometryCollection.cs
- DbConvert.cs
- Properties.cs
- TextDecorationCollection.cs
- SqlParameter.cs
- XmlTextWriter.cs
- DataControlCommands.cs
- SafeArrayRankMismatchException.cs
- TableDetailsCollection.cs
- dsa.cs
- DesignerLabelAdapter.cs
- EntityDataSourceViewSchema.cs
- WizardPanelChangingEventArgs.cs
- DefaultConfirmation.cs
- DataControlPagerLinkButton.cs
- HashHelper.cs
- DateTimeUtil.cs
- HttpAsyncResult.cs
- Win32KeyboardDevice.cs
- XmlNodeReader.cs
- XmlArrayItemAttributes.cs
- SystemKeyConverter.cs
- WebServicesSection.cs
- DetailsViewRowCollection.cs
- DataBindingList.cs
- QuaternionAnimation.cs
- TabRenderer.cs
- AdornerPresentationContext.cs
- ExpressionList.cs
- WorkflowEnvironment.cs
- ListDesigner.cs
- SmtpDigestAuthenticationModule.cs
- basecomparevalidator.cs
- querybuilder.cs
- ProfileInfo.cs
- OLEDB_Util.cs
- JsonFaultDetail.cs
- SqlMethodAttribute.cs
- Timeline.cs
- ParameterModifier.cs
- DataBinder.cs
- SchemaNames.cs
- BaseProcessor.cs
- CustomValidator.cs
- MSAANativeProvider.cs
- MobileControlsSectionHandler.cs
- SqlParameter.cs
- versioninfo.cs
- TemplateControlBuildProvider.cs
- XamlTemplateSerializer.cs
- TailCallAnalyzer.cs
- IdentityModelDictionary.cs
- WebPartUtil.cs
- QilParameter.cs
- EntityDataSourceViewSchema.cs
- autovalidator.cs
- XmlCDATASection.cs
- DataGridRow.cs
- DataGridColumnCollection.cs
- HttpWriter.cs
- TableLayoutCellPaintEventArgs.cs
- ActivationServices.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- EdmTypeAttribute.cs
- InputMethod.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- DisplayNameAttribute.cs
- QueryAccessibilityHelpEvent.cs
- GeneralTransform2DTo3DTo2D.cs
- AddInPipelineAttributes.cs
- BaseAddressPrefixFilterElementCollection.cs
- Constants.cs
- TreeNodeConverter.cs
- PerformanceCounterLib.cs
- RoutedEventHandlerInfo.cs
- TextSyndicationContent.cs
- MissingSatelliteAssemblyException.cs
- FrameworkReadOnlyPropertyMetadata.cs
- LongMinMaxAggregationOperator.cs
- InertiaRotationBehavior.cs
- ZoneMembershipCondition.cs
- XMLSyntaxException.cs
- OleDbCommand.cs
- _LoggingObject.cs
- CodeTypeReferenceExpression.cs
- Exceptions.cs