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
- HttpWebRequest.cs
- PropertyRef.cs
- MembershipUser.cs
- designeractionlistschangedeventargs.cs
- BulletedListDesigner.cs
- HotSpot.cs
- DataKeyArray.cs
- compensatingcollection.cs
- FrameworkPropertyMetadata.cs
- MessageSecurityOverTcp.cs
- WebSysDisplayNameAttribute.cs
- BamlResourceDeserializer.cs
- RichTextBoxAutomationPeer.cs
- CodeObject.cs
- TransformerInfoCollection.cs
- ThousandthOfEmRealDoubles.cs
- DynamicQueryableWrapper.cs
- VirtualDirectoryMappingCollection.cs
- XpsManager.cs
- AspCompat.cs
- ComponentDispatcherThread.cs
- ProjectionPathSegment.cs
- ConstructorExpr.cs
- LogFlushAsyncResult.cs
- CompareValidator.cs
- ProcessStartInfo.cs
- JobInputBins.cs
- XmlBinaryReader.cs
- DataAdapter.cs
- GeneralTransform.cs
- TableSectionStyle.cs
- StructuredTypeEmitter.cs
- MemberAssignmentAnalysis.cs
- ListItem.cs
- NativeActivityTransactionContext.cs
- unsafenativemethodsother.cs
- ToolStripRenderEventArgs.cs
- ApplicationProxyInternal.cs
- SemanticResolver.cs
- Membership.cs
- FunctionMappingTranslator.cs
- ConfigurationManager.cs
- DataGridViewCell.cs
- DataGridViewCheckBoxCell.cs
- StateRuntime.cs
- COM2AboutBoxPropertyDescriptor.cs
- PeekCompletedEventArgs.cs
- SubclassTypeValidatorAttribute.cs
- SqlDataSourceSelectingEventArgs.cs
- MatrixConverter.cs
- NavigationEventArgs.cs
- ToolStripOverflow.cs
- Ops.cs
- SqlProviderServices.cs
- AutomationTextAttribute.cs
- ProcessModelSection.cs
- SerializationIncompleteException.cs
- xsdvalidator.cs
- CancelEventArgs.cs
- CollectionViewGroupInternal.cs
- BitmapEffectGeneralTransform.cs
- AbstractDataSvcMapFileLoader.cs
- HtmlInputSubmit.cs
- SelectionItemPattern.cs
- WaitHandleCannotBeOpenedException.cs
- ComEventsHelper.cs
- PenContext.cs
- SystemGatewayIPAddressInformation.cs
- FrameworkElementFactory.cs
- OperationResponse.cs
- XamlRtfConverter.cs
- Vector3DAnimation.cs
- _ContextAwareResult.cs
- CodeGenerationManager.cs
- PathSegmentCollection.cs
- LocationReferenceValue.cs
- basevalidator.cs
- GradientSpreadMethodValidation.cs
- BCLDebug.cs
- RepeatBehavior.cs
- InternalEnumValidatorAttribute.cs
- MulticastDelegate.cs
- XmlDownloadManager.cs
- ObjRef.cs
- path.cs
- MasterPageBuildProvider.cs
- ToggleProviderWrapper.cs
- UndoManager.cs
- DiscardableAttribute.cs
- ExpandCollapseProviderWrapper.cs
- ChangeBlockUndoRecord.cs
- UnsafeNativeMethodsPenimc.cs
- Solver.cs
- XmlSchemaComplexContentRestriction.cs
- TemplateNodeContextMenu.cs
- ConfigurationManager.cs
- SymbolType.cs
- FixedSOMGroup.cs
- TreeBuilderXamlTranslator.cs
- BookmarkManager.cs