Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeEventReferenceExpression.cs / 1305376 / CodeEventReferenceExpression.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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.] ///// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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
- StringUtil.cs
- SrgsOneOf.cs
- AnnotationResourceCollection.cs
- DynamicObjectAccessor.cs
- Sentence.cs
- DynamicPropertyReader.cs
- FixedTextBuilder.cs
- XamlSerializerUtil.cs
- EllipticalNodeOperations.cs
- SchemaNames.cs
- SchemaEntity.cs
- NaturalLanguageHyphenator.cs
- StatusBar.cs
- LinearGradientBrush.cs
- securitycriticaldataformultiplegetandset.cs
- DateTimeOffsetAdapter.cs
- FormatterServices.cs
- OleDbConnection.cs
- RegexMatch.cs
- CatalogPartCollection.cs
- ListDictionaryInternal.cs
- PackagingUtilities.cs
- UniformGrid.cs
- XmlSchemaType.cs
- DataGridViewAccessibleObject.cs
- FontFamily.cs
- InstancePersistence.cs
- TreeNode.cs
- WebBrowserSiteBase.cs
- LinqDataSourceEditData.cs
- BamlRecordWriter.cs
- SessionStateSection.cs
- ResourceProperty.cs
- ImageSourceValueSerializer.cs
- AutomationElementCollection.cs
- _ListenerAsyncResult.cs
- WebBrowserContainer.cs
- WebPartZoneCollection.cs
- ProxyGenerator.cs
- PropertyTabChangedEvent.cs
- MetaTable.cs
- ReadOnlyNameValueCollection.cs
- ChannelManager.cs
- HyperLink.cs
- BooleanProjectedSlot.cs
- KeyedHashAlgorithm.cs
- GeometryCombineModeValidation.cs
- StringTraceRecord.cs
- ViewGenerator.cs
- HttpListenerPrefixCollection.cs
- Model3DGroup.cs
- Certificate.cs
- HtmlInputButton.cs
- Queue.cs
- ExpressionBuilderCollection.cs
- BindingGraph.cs
- SqlTriggerContext.cs
- XPathAxisIterator.cs
- TCEAdapterGenerator.cs
- ExtractedStateEntry.cs
- Int64Storage.cs
- ParameterCollection.cs
- LostFocusEventManager.cs
- RequestCacheValidator.cs
- ToolStripItemImageRenderEventArgs.cs
- BitVector32.cs
- SecurityRuntime.cs
- CompositeDuplexBindingElementImporter.cs
- AlternateViewCollection.cs
- BuiltInExpr.cs
- ApplicationInterop.cs
- FixedTextPointer.cs
- GPStream.cs
- ThreadAttributes.cs
- ApplicationBuildProvider.cs
- SettingsPropertyValueCollection.cs
- ClientRuntimeConfig.cs
- DecoderReplacementFallback.cs
- ClosableStream.cs
- DataGridCaption.cs
- CorrelationInitializer.cs
- GridViewHeaderRowPresenter.cs
- SoapMessage.cs
- Attribute.cs
- MarshalDirectiveException.cs
- MsiStyleLogWriter.cs
- BridgeDataReader.cs
- OverrideMode.cs
- DialogResultConverter.cs
- RenderTargetBitmap.cs
- Int16.cs
- Listbox.cs
- RemotingSurrogateSelector.cs
- objectresult_tresulttype.cs
- mil_sdk_version.cs
- XmlILAnnotation.cs
- PathData.cs
- ACL.cs
- IssuanceTokenProviderBase.cs
- RuntimeEnvironment.cs