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 / CodeDOM / CodeEventReferenceExpression.cs / 1 / CodeEventReferenceExpression.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeEventReferenceExpression : CodeExpression { private CodeExpression targetObject; private string eventName; ///[To be supplied.] ////// public CodeEventReferenceExpression() { } ///[To be supplied.] ////// public CodeEventReferenceExpression(CodeExpression targetObject, string eventName) { this.targetObject = targetObject; this.eventName = eventName; } ///[To be supplied.] ////// public CodeExpression TargetObject { get { return targetObject; } set { this.targetObject = value; } } ///[To be supplied.] ////// public string EventName { get { return (eventName == null) ? string.Empty : eventName; } set { eventName = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeEventReferenceExpression : CodeExpression { private CodeExpression targetObject; private string eventName; ///[To be supplied.] ////// public CodeEventReferenceExpression() { } ///[To be supplied.] ////// public CodeEventReferenceExpression(CodeExpression targetObject, string eventName) { this.targetObject = targetObject; this.eventName = eventName; } ///[To be supplied.] ////// public CodeExpression TargetObject { get { return targetObject; } set { this.targetObject = value; } } ///[To be supplied.] ////// public string EventName { get { return (eventName == null) ? string.Empty : eventName; } set { eventName = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CheckedListBox.cs
- DependencyObject.cs
- DynamicRendererThreadManager.cs
- RemotingConfiguration.cs
- DataGridItemAttachedStorage.cs
- MobilePage.cs
- ApplicationContext.cs
- GeometryModel3D.cs
- ResourceReferenceKeyNotFoundException.cs
- WebServiceErrorEvent.cs
- HwndAppCommandInputProvider.cs
- XmlElementAttribute.cs
- wmiprovider.cs
- SqlFacetAttribute.cs
- CustomCategoryAttribute.cs
- SoapSchemaMember.cs
- BuilderPropertyEntry.cs
- TextTreeTextNode.cs
- Random.cs
- DeclaredTypeValidatorAttribute.cs
- AssemblyInfo.cs
- ApplyImportsAction.cs
- SqlNamer.cs
- ProtocolsConfiguration.cs
- ParameterToken.cs
- ForAllOperator.cs
- FormsAuthenticationTicket.cs
- IconHelper.cs
- UseLicense.cs
- OpenTypeLayout.cs
- ArrangedElementCollection.cs
- MenuItemCollection.cs
- WebPartConnectionsEventArgs.cs
- BaseWebProxyFinder.cs
- PostBackOptions.cs
- TypedDataSourceCodeGenerator.cs
- WebServiceAttribute.cs
- PrimitiveSchema.cs
- MetadataUtilsSmi.cs
- XmlDataSourceView.cs
- AppliedDeviceFiltersDialog.cs
- CacheChildrenQuery.cs
- WebPartMovingEventArgs.cs
- COM2PictureConverter.cs
- odbcmetadatafactory.cs
- WebPartConnectionsCloseVerb.cs
- HandlerFactoryCache.cs
- SymbolPair.cs
- TabPanel.cs
- SequentialActivityDesigner.cs
- EventManager.cs
- Lasso.cs
- SystemFonts.cs
- XmlUtilWriter.cs
- FrameworkElementFactory.cs
- DrawingContextWalker.cs
- ResourceFallbackManager.cs
- SpeechSynthesizer.cs
- SchemaInfo.cs
- XhtmlBasicTextViewAdapter.cs
- RelatedEnd.cs
- CommonObjectSecurity.cs
- ResourceDefaultValueAttribute.cs
- SupportingTokenAuthenticatorSpecification.cs
- PanelContainerDesigner.cs
- GlyphingCache.cs
- StaticExtension.cs
- KeyValueConfigurationCollection.cs
- SqlParameter.cs
- ProfilePropertyMetadata.cs
- LocalBuilder.cs
- KnownBoxes.cs
- DataGridViewTopLeftHeaderCell.cs
- FormClosingEvent.cs
- AudioStateChangedEventArgs.cs
- Keywords.cs
- AdapterUtil.cs
- SoapSchemaImporter.cs
- Win32.cs
- MemoryFailPoint.cs
- ListDictionary.cs
- HierarchicalDataTemplate.cs
- DefaultMergeHelper.cs
- Point3DKeyFrameCollection.cs
- SQLBytes.cs
- HashHelper.cs
- ViewGenResults.cs
- BreakRecordTable.cs
- DataSourceControlBuilder.cs
- WebPartConnectVerb.cs
- DrawTreeNodeEventArgs.cs
- DocumentViewerConstants.cs
- Resources.Designer.cs
- TextDecoration.cs
- AsymmetricAlgorithm.cs
- EventPrivateKey.cs
- DispatcherSynchronizationContext.cs
- MarshalByRefObject.cs
- IOThreadScheduler.cs
- ToolTipAutomationPeer.cs