Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / ComponentModel / InitializationEventAttribute.cs / 1305376 / 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. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ExpressionBuilder.cs
- ListSortDescriptionCollection.cs
- BamlResourceDeserializer.cs
- StyleSheetComponentEditor.cs
- TextBoxRenderer.cs
- RequiredAttributeAttribute.cs
- ToolStripScrollButton.cs
- UnmanagedMemoryStreamWrapper.cs
- DataSpaceManager.cs
- ButtonStandardAdapter.cs
- NamespaceQuery.cs
- PinnedBufferMemoryStream.cs
- OletxTransactionHeader.cs
- DynamicValidatorEventArgs.cs
- WebColorConverter.cs
- EntityViewGenerationAttribute.cs
- EntryIndex.cs
- MailDefinition.cs
- GridViewHeaderRowPresenter.cs
- LogLogRecordEnumerator.cs
- DataColumnChangeEvent.cs
- DataPagerFieldItem.cs
- datacache.cs
- ConfigXmlText.cs
- PropertyStore.cs
- Animatable.cs
- WebPartTransformerCollection.cs
- DtrList.cs
- SrgsRule.cs
- RbTree.cs
- Monitor.cs
- SqlNotificationRequest.cs
- RemoteCryptoRsaServiceProvider.cs
- SmiMetaDataProperty.cs
- NativeObjectSecurity.cs
- DoubleLinkListEnumerator.cs
- DependencyObjectType.cs
- InternalUserCancelledException.cs
- SymmetricKeyWrap.cs
- CombinedGeometry.cs
- Formatter.cs
- TrackingMemoryStream.cs
- BinaryConverter.cs
- PersistChildrenAttribute.cs
- RuntimeConfigurationRecord.cs
- FactoryMaker.cs
- QilLoop.cs
- SdlChannelSink.cs
- MappingItemCollection.cs
- TextElementCollection.cs
- ReadOnlyDictionary.cs
- TreeIterators.cs
- ComponentConverter.cs
- SelectionEditor.cs
- SafeProcessHandle.cs
- PeerNameRecordCollection.cs
- RegularExpressionValidator.cs
- ScriptingWebServicesSectionGroup.cs
- ToolStripDesignerAvailabilityAttribute.cs
- CultureSpecificStringDictionary.cs
- QueueSurrogate.cs
- RIPEMD160Managed.cs
- TreeViewDataItemAutomationPeer.cs
- PageThemeParser.cs
- PropertyPathWorker.cs
- XmlSchemaComplexContentRestriction.cs
- RoleGroupCollection.cs
- CodeConstructor.cs
- TextClipboardData.cs
- _Semaphore.cs
- PointUtil.cs
- SoapRpcMethodAttribute.cs
- DataDocumentXPathNavigator.cs
- RawStylusInput.cs
- TextEditorCharacters.cs
- ProfileGroupSettings.cs
- DesignerTransactionCloseEvent.cs
- EditCommandColumn.cs
- MessageFault.cs
- DefaultValueAttribute.cs
- _FtpDataStream.cs
- SlotInfo.cs
- TryCatch.cs
- ReflectPropertyDescriptor.cs
- MouseActionValueSerializer.cs
- HttpValueCollection.cs
- DoubleLinkList.cs
- SqlSupersetValidator.cs
- ToggleProviderWrapper.cs
- StatusBarItem.cs
- VectorConverter.cs
- Canonicalizers.cs
- filewebrequest.cs
- RenderData.cs
- XmlQueryContext.cs
- SoapEnumAttribute.cs
- HotSpotCollection.cs
- listitem.cs
- DataGridViewComboBoxCell.cs
- HMACSHA384.cs