Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / EventEntry.cs / 1305376 / EventEntry.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Security.Permissions; ////// PropertyEntry for event handler /// 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
- FillErrorEventArgs.cs
- RunClient.cs
- PointCollectionConverter.cs
- SafeEventHandle.cs
- OpenTypeLayoutCache.cs
- FileInfo.cs
- ByteAnimation.cs
- ColorMatrix.cs
- ProfileGroupSettingsCollection.cs
- RpcCryptoRequest.cs
- DataFormats.cs
- RenderDataDrawingContext.cs
- EntityDesignerDataSourceView.cs
- SecurityElement.cs
- XmlnsDictionary.cs
- ObjectHandle.cs
- ArrangedElement.cs
- ScrollData.cs
- BooleanKeyFrameCollection.cs
- WebPartManagerInternals.cs
- ActivityStateQuery.cs
- LinkButton.cs
- GatewayDefinition.cs
- RectValueSerializer.cs
- JpegBitmapEncoder.cs
- DocumentPageHost.cs
- lengthconverter.cs
- NonParentingControl.cs
- TemplatingOptionsDialog.cs
- BrowserInteropHelper.cs
- FontStyles.cs
- LocalizedNameDescriptionPair.cs
- TreeViewAutomationPeer.cs
- ImpersonateTokenRef.cs
- HtmlTable.cs
- IncrementalReadDecoders.cs
- AppliedDeviceFiltersDialog.cs
- TypeNameHelper.cs
- SecurityDocument.cs
- RegistryKey.cs
- ZipIOFileItemStream.cs
- ComPersistableTypeElement.cs
- LinkLabel.cs
- _Events.cs
- ConstructorNeedsTagAttribute.cs
- PassportPrincipal.cs
- ProviderSettings.cs
- TreeViewImageIndexConverter.cs
- XmlSignificantWhitespace.cs
- XPathNavigator.cs
- PartBasedPackageProperties.cs
- Debugger.cs
- TakeOrSkipQueryOperator.cs
- ScrollData.cs
- FtpWebResponse.cs
- WebService.cs
- InvalidPrinterException.cs
- XmlCharCheckingReader.cs
- SqlInfoMessageEvent.cs
- Pen.cs
- MarkupCompilePass2.cs
- SmiContextFactory.cs
- ObjectConverter.cs
- DPCustomTypeDescriptor.cs
- XmlHierarchicalEnumerable.cs
- CodeCompileUnit.cs
- ProcessHostFactoryHelper.cs
- DataObjectAttribute.cs
- ApplicationInfo.cs
- TraceFilter.cs
- InfiniteIntConverter.cs
- FillErrorEventArgs.cs
- ContextMenuStripGroupCollection.cs
- Rijndael.cs
- SqlError.cs
- DependencyPropertyHelper.cs
- HwndKeyboardInputProvider.cs
- TableLayoutColumnStyleCollection.cs
- GroupBox.cs
- RowCache.cs
- EventPropertyMap.cs
- DefaultValueConverter.cs
- BinaryObjectWriter.cs
- AssemblyFilter.cs
- MSG.cs
- Tuple.cs
- BinaryParser.cs
- CodeTypeOfExpression.cs
- SoapHelper.cs
- NotificationContext.cs
- X509CertificateInitiatorServiceCredential.cs
- EventLogPermissionEntryCollection.cs
- CodeExporter.cs
- OdbcDataAdapter.cs
- SqlDataSourceFilteringEventArgs.cs
- XmlDataSource.cs
- FilteredSchemaElementLookUpTable.cs
- ControlCommandSet.cs
- DataGridViewElement.cs
- BamlTreeUpdater.cs