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
- IsolatedStorageException.cs
- ExpressionQuoter.cs
- ArrayWithOffset.cs
- RecognizeCompletedEventArgs.cs
- SafeRightsManagementHandle.cs
- CodeFieldReferenceExpression.cs
- StringOutput.cs
- AutoGeneratedField.cs
- SpotLight.cs
- EtwTrace.cs
- UpDownEvent.cs
- SHA384.cs
- InheritanceAttribute.cs
- OdbcRowUpdatingEvent.cs
- WmpBitmapEncoder.cs
- OneOfElement.cs
- Vector3DCollectionValueSerializer.cs
- XmlSchemaImport.cs
- IndexingContentUnit.cs
- FormsAuthenticationUserCollection.cs
- RequestDescription.cs
- TypeHelper.cs
- ToolStripItemBehavior.cs
- DirectoryRedirect.cs
- DataGridPagerStyle.cs
- Lock.cs
- EntityDataSourceWrapperCollection.cs
- KerberosSecurityTokenAuthenticator.cs
- FormCollection.cs
- StickyNoteContentControl.cs
- OdbcEnvironment.cs
- XmlTextEncoder.cs
- ListenerElementsCollection.cs
- TailCallAnalyzer.cs
- HttpCookiesSection.cs
- WCFBuildProvider.cs
- DetailsViewModeEventArgs.cs
- SystemIcons.cs
- SqlLiftIndependentRowExpressions.cs
- Filter.cs
- Events.cs
- WebPartConnectionsCancelVerb.cs
- Compiler.cs
- EditorPart.cs
- PrincipalPermission.cs
- SafeRegistryHandle.cs
- SkinBuilder.cs
- DataGridItem.cs
- MetadataItem.cs
- querybuilder.cs
- FormsAuthenticationUser.cs
- XmlSchemaAnnotation.cs
- VirtualDirectoryMappingCollection.cs
- Matrix3DStack.cs
- Lease.cs
- diagnosticsswitches.cs
- TreeNodeBindingCollection.cs
- DrawListViewSubItemEventArgs.cs
- InternalTransaction.cs
- AuthenticationModuleElement.cs
- SemaphoreSecurity.cs
- ThreadInterruptedException.cs
- FontUnit.cs
- SiteMapNode.cs
- DocumentOrderQuery.cs
- dbenumerator.cs
- FullTextState.cs
- WorkflowElementDialog.cs
- AssemblyResolver.cs
- XhtmlBasicCalendarAdapter.cs
- LocalValueEnumerator.cs
- LinqDataSourceSelectEventArgs.cs
- UserControl.cs
- AudioFormatConverter.cs
- UnsafeNativeMethods.cs
- DoubleCollection.cs
- GridToolTip.cs
- Figure.cs
- TableLayoutSettings.cs
- EncryptedKey.cs
- DefaultPrintController.cs
- ParserStreamGeometryContext.cs
- StrongNamePublicKeyBlob.cs
- XmlArrayAttribute.cs
- StyleXamlParser.cs
- ProcessModelInfo.cs
- DataRecordInternal.cs
- SmtpReplyReaderFactory.cs
- Events.cs
- RequestSecurityTokenForRemoteTokenFactory.cs
- Helpers.cs
- PngBitmapDecoder.cs
- ExtendedProperty.cs
- FormViewUpdateEventArgs.cs
- AppLevelCompilationSectionCache.cs
- diagnosticsswitches.cs
- SecurityTokenTypes.cs
- ConnectionConsumerAttribute.cs
- PeerInputChannel.cs
- Pen.cs