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
- WorkflowInstanceQuery.cs
- MemoryFailPoint.cs
- AutomationPropertyInfo.cs
- Viewport2DVisual3D.cs
- UiaCoreTypesApi.cs
- Memoizer.cs
- ScalarRestriction.cs
- XmlDownloadManager.cs
- DataServiceHostFactory.cs
- CodeSnippetTypeMember.cs
- ProofTokenCryptoHandle.cs
- Label.cs
- Debug.cs
- Window.cs
- Internal.cs
- InvalidateEvent.cs
- Dynamic.cs
- InvalidFilterCriteriaException.cs
- Int32CollectionValueSerializer.cs
- VisualStyleTypesAndProperties.cs
- EncoderBestFitFallback.cs
- DocumentViewerBase.cs
- GeometryCollection.cs
- CodeVariableReferenceExpression.cs
- StrongNameIdentityPermission.cs
- CorruptStoreException.cs
- __Filters.cs
- TreeView.cs
- TableStyle.cs
- SmtpException.cs
- COM2ColorConverter.cs
- MailFileEditor.cs
- HttpTransportSecurity.cs
- DataGridViewComboBoxColumn.cs
- RequestTimeoutManager.cs
- ExpressionBuilder.cs
- DataGridViewDataErrorEventArgs.cs
- AssemblyInfo.cs
- ResolveNextArgumentWorkItem.cs
- RecordsAffectedEventArgs.cs
- AsymmetricAlgorithm.cs
- FunctionMappingTranslator.cs
- NoResizeHandleGlyph.cs
- BamlRecordReader.cs
- XPathNode.cs
- SoapAttributeAttribute.cs
- HttpCacheParams.cs
- PipelineComponent.cs
- ClientTarget.cs
- ToolStripPanelRenderEventArgs.cs
- FileDialog_Vista.cs
- MouseDevice.cs
- CompositeActivityTypeDescriptorProvider.cs
- ProcessHostFactoryHelper.cs
- TextControl.cs
- TcpTransportElement.cs
- SharingService.cs
- ToolStripLocationCancelEventArgs.cs
- ListViewItem.cs
- OptimizedTemplateContent.cs
- DuplicateWaitObjectException.cs
- DbLambda.cs
- ExpressionBuilder.cs
- SuppressMergeCheckAttribute.cs
- XPathDocumentBuilder.cs
- WhiteSpaceTrimStringConverter.cs
- StringUtil.cs
- FrugalList.cs
- base64Transforms.cs
- CustomWebEventKey.cs
- MimeMultiPart.cs
- NamedObject.cs
- securitymgrsite.cs
- WarningException.cs
- Int16.cs
- RenderContext.cs
- RootDesignerSerializerAttribute.cs
- XPathConvert.cs
- SqlProfileProvider.cs
- UnauthorizedWebPart.cs
- SoapCodeExporter.cs
- Point3D.cs
- LoginCancelEventArgs.cs
- LineBreak.cs
- FormViewRow.cs
- XamlToRtfParser.cs
- XmlAttributes.cs
- SecurityRuntime.cs
- OutputCacheSection.cs
- AuthorizationRule.cs
- DbSourceCommand.cs
- ImageMetadata.cs
- TypefaceMetricsCache.cs
- StylusPointDescription.cs
- Currency.cs
- MDIClient.cs
- UpdateException.cs
- CommonObjectSecurity.cs
- ReadOnlyObservableCollection.cs
- TextBounds.cs