Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CompMod / System / ComponentModel / InitializationEventAttribute.cs / 1 / InitializationEventAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel { using System; using System.Security.Permissions; ////// [AttributeUsage(AttributeTargets.Class)] public sealed class InitializationEventAttribute : Attribute { private string eventName = null; ///Specifies which event is fired on initialization. ////// public InitializationEventAttribute(string eventName) { this.eventName = eventName; } ////// Initializes a new instance of the ///class. /// /// public string EventName { get { return this.eventName; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets the name of the initialization event. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel { using System; using System.Security.Permissions; ////// [AttributeUsage(AttributeTargets.Class)] public sealed class InitializationEventAttribute : Attribute { private string eventName = null; ///Specifies which event is fired on initialization. ////// public InitializationEventAttribute(string eventName) { this.eventName = eventName; } ////// Initializes a new instance of the ///class. /// /// public string EventName { get { return this.eventName; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets the name of the initialization event. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HostedImpersonationContext.cs
- RegionData.cs
- CachedPathData.cs
- OracleParameter.cs
- HtmlFormWrapper.cs
- MeshGeometry3D.cs
- ListControlDataBindingHandler.cs
- DataObjectPastingEventArgs.cs
- COM2IManagedPerPropertyBrowsingHandler.cs
- HostingEnvironmentException.cs
- SetState.cs
- DATA_BLOB.cs
- DetailsViewDeleteEventArgs.cs
- SecurityDescriptor.cs
- GridItem.cs
- WebServiceReceiveDesigner.cs
- SqlDataSource.cs
- x509utils.cs
- SystemColors.cs
- GPPOINT.cs
- DataGridColumnDropSeparator.cs
- UriParserTemplates.cs
- OrderedDictionary.cs
- ColumnBinding.cs
- InputProcessorProfiles.cs
- ProcessInfo.cs
- SqlMethodCallConverter.cs
- ProcessProtocolHandler.cs
- SystemFonts.cs
- WebColorConverter.cs
- KeyToListMap.cs
- DiscriminatorMap.cs
- LoginDesignerUtil.cs
- SettingsSection.cs
- LoginAutoFormat.cs
- IOException.cs
- TogglePattern.cs
- FixedTextSelectionProcessor.cs
- GridViewCommandEventArgs.cs
- WorkflowInstanceProxy.cs
- UrlParameterWriter.cs
- SerializableAttribute.cs
- SerializationFieldInfo.cs
- EntryIndex.cs
- WindowsHyperlink.cs
- WriterOutput.cs
- WorkflowIdleElement.cs
- AggregateNode.cs
- SocketElement.cs
- IndentedWriter.cs
- HttpCachePolicyBase.cs
- HelpEvent.cs
- RelationshipFixer.cs
- FontStretchConverter.cs
- RecognizerBase.cs
- ResourcesGenerator.cs
- FormViewInsertedEventArgs.cs
- KeyProperty.cs
- SignatureDescription.cs
- TextServicesCompartment.cs
- TextWriter.cs
- TreeViewImageIndexConverter.cs
- ConnectionConsumerAttribute.cs
- RequestQueryParser.cs
- EventProvider.cs
- LoginDesigner.cs
- FtpCachePolicyElement.cs
- WebColorConverter.cs
- BitmapVisualManager.cs
- BoundPropertyEntry.cs
- Application.cs
- RIPEMD160Managed.cs
- Pens.cs
- FixedSOMLineRanges.cs
- StructuredTypeInfo.cs
- Latin1Encoding.cs
- FtpRequestCacheValidator.cs
- OutputCacheSection.cs
- DataRow.cs
- ProcessModelInfo.cs
- Int64KeyFrameCollection.cs
- ADConnectionHelper.cs
- UnauthorizedAccessException.cs
- EventLogTraceListener.cs
- PlainXmlSerializer.cs
- TreeWalkHelper.cs
- CachedBitmap.cs
- EntityDescriptor.cs
- ModuleElement.cs
- SqlUnionizer.cs
- Models.cs
- Trigger.cs
- RuntimeWrappedException.cs
- Deflater.cs
- TextDecorationCollectionConverter.cs
- KnownColorTable.cs
- DataTemplateSelector.cs
- RecordManager.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- DataPagerFieldCommandEventArgs.cs