Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- ObjectDataSource.cs
- RemotingConfigParser.cs
- IPHostEntry.cs
- TypeDescriptionProviderAttribute.cs
- Query.cs
- ServiceDesigner.cs
- _ChunkParse.cs
- TextTreeTextElementNode.cs
- DesignerToolboxInfo.cs
- DataGridViewCellStyle.cs
- CodePrimitiveExpression.cs
- ResourceKey.cs
- XPathDescendantIterator.cs
- WSHttpBindingBase.cs
- MaterialGroup.cs
- TabControl.cs
- XmlSchemaDocumentation.cs
- ChildTable.cs
- EventLogSession.cs
- DoubleAnimationClockResource.cs
- OleDbConnection.cs
- ProfileProvider.cs
- IFlowDocumentViewer.cs
- FlowPanelDesigner.cs
- WaitHandle.cs
- PrinterUnitConvert.cs
- DesignUtil.cs
- TreeView.cs
- TransactionsSectionGroup.cs
- sqlcontext.cs
- FileSystemInfo.cs
- AuthenticatingEventArgs.cs
- ManipulationCompletedEventArgs.cs
- EntityFunctions.cs
- VolatileEnlistmentState.cs
- ShaperBuffers.cs
- TransformerConfigurationWizardBase.cs
- ConstraintManager.cs
- InProcStateClientManager.cs
- ResizeBehavior.cs
- DebugManager.cs
- PageCodeDomTreeGenerator.cs
- CodePageEncoding.cs
- DecoderFallbackWithFailureFlag.cs
- CatalogZoneBase.cs
- XMLUtil.cs
- ArglessEventHandlerProxy.cs
- WebResourceUtil.cs
- StylusPointCollection.cs
- CompiledQueryCacheKey.cs
- SingleAnimation.cs
- AutoGeneratedFieldProperties.cs
- AssemblyNameProxy.cs
- AliasGenerator.cs
- COSERVERINFO.cs
- WebPartVerbsEventArgs.cs
- RelationshipType.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- TextOptions.cs
- MetabaseSettingsIis7.cs
- HandlerBase.cs
- NegationPusher.cs
- QueueProcessor.cs
- VirtualPath.cs
- VideoDrawing.cs
- BindingExpressionBase.cs
- SecurityVersion.cs
- XmlUtil.cs
- PointCollection.cs
- CompressedStack.cs
- ImageListImageEditor.cs
- KeyBinding.cs
- SparseMemoryStream.cs
- BitmapDownload.cs
- SQLDoubleStorage.cs
- SqlHelper.cs
- ObjectParameter.cs
- MarshalByValueComponent.cs
- Ipv6Element.cs
- SpeechDetectedEventArgs.cs
- ListSortDescriptionCollection.cs
- WebPartMovingEventArgs.cs
- StringPropertyBuilder.cs
- Soap.cs
- WebRequestModuleElement.cs
- Function.cs
- DataListCommandEventArgs.cs
- DrawingAttributeSerializer.cs
- infer.cs
- AsnEncodedData.cs
- Assembly.cs
- TextCompositionManager.cs
- InputEventArgs.cs
- ComNativeDescriptor.cs
- DataBoundControlAdapter.cs
- ByteConverter.cs
- MasterPage.cs
- HotSpotCollection.cs
- OleDbEnumerator.cs
- XmlUnspecifiedAttribute.cs