Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / Expressions / CustomExpressionEventArgs.cs / 1305376 / CustomExpressionEventArgs.cs
#if ORYX_VNEXT namespace Microsoft.Web.Data.UI.WebControls.Expressions { using System.Web; #else namespace System.Web.UI.WebControls.Expressions { #endif using System; using System.Linq; using System.Security.Permissions; using System.Collections.Generic; public class CustomExpressionEventArgs : EventArgs { public IQueryable Query { get; set; } public IDictionaryValues { get; private set; } public CustomExpressionEventArgs(IQueryable source, IDictionary values) { Query = source; Values = values; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. #if ORYX_VNEXT namespace Microsoft.Web.Data.UI.WebControls.Expressions { using System.Web; #else namespace System.Web.UI.WebControls.Expressions { #endif using System; using System.Linq; using System.Security.Permissions; using System.Collections.Generic; public class CustomExpressionEventArgs : EventArgs { public IQueryable Query { get; set; } public IDictionary Values { get; private set; } public CustomExpressionEventArgs(IQueryable source, IDictionary values) { Query = source; Values = values; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ManipulationCompletedEventArgs.cs
- SchemeSettingElementCollection.cs
- DependentList.cs
- WebSysDescriptionAttribute.cs
- EventRecord.cs
- DBSqlParserTable.cs
- InstanceDescriptor.cs
- Section.cs
- FontDifferentiator.cs
- sqlinternaltransaction.cs
- EntityTransaction.cs
- SessionEndingEventArgs.cs
- MediaScriptCommandRoutedEventArgs.cs
- ResourceIDHelper.cs
- SHA256.cs
- ViewKeyConstraint.cs
- ProgressBarAutomationPeer.cs
- _NestedSingleAsyncResult.cs
- Size.cs
- Query.cs
- Hashtable.cs
- XmlSerializationGeneratedCode.cs
- SqlUserDefinedAggregateAttribute.cs
- RecognizedPhrase.cs
- ToolStripPanelRenderEventArgs.cs
- SetterBase.cs
- TrackingSection.cs
- TemplateDefinition.cs
- ContextInformation.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- RoutedEventArgs.cs
- listitem.cs
- FileLogRecordHeader.cs
- BeginSelectCardRequest.cs
- CounterSample.cs
- Rfc2898DeriveBytes.cs
- ReferencedType.cs
- DataGridItemCollection.cs
- MultiView.cs
- RelationalExpressions.cs
- ListBoxItem.cs
- keycontainerpermission.cs
- ClrProviderManifest.cs
- XPathCompileException.cs
- ContentValidator.cs
- HttpProfileGroupBase.cs
- BCryptSafeHandles.cs
- MappingModelBuildProvider.cs
- ObjectDisposedException.cs
- Model3DGroup.cs
- RegexCaptureCollection.cs
- CopyNamespacesAction.cs
- Compiler.cs
- figurelength.cs
- FormViewPageEventArgs.cs
- XmlSubtreeReader.cs
- MetadataUtilsSmi.cs
- CredentialCache.cs
- AQNBuilder.cs
- SmiContextFactory.cs
- MonthChangedEventArgs.cs
- RightsManagementPermission.cs
- FloaterBaseParagraph.cs
- ImageAttributes.cs
- TraceListener.cs
- CachedFontFace.cs
- SystemInformation.cs
- FlowDocumentFormatter.cs
- SkinIDTypeConverter.cs
- ParseElementCollection.cs
- ProjectionCamera.cs
- TextDpi.cs
- CredentialCache.cs
- nulltextcontainer.cs
- ThreadAttributes.cs
- XPathSingletonIterator.cs
- SynchronizingStream.cs
- AsyncResult.cs
- StrokeNodeData.cs
- SqlSupersetValidator.cs
- NegotiateStream.cs
- CodeSnippetTypeMember.cs
- sitestring.cs
- SamlAttribute.cs
- ListViewGroupConverter.cs
- ProtocolsSection.cs
- TextReader.cs
- ChildDocumentBlock.cs
- KeyValueConfigurationCollection.cs
- NetWebProxyFinder.cs
- TextModifierScope.cs
- RotationValidation.cs
- Cursors.cs
- InternalBufferOverflowException.cs
- Int32RectConverter.cs
- IOException.cs
- CodeTypeMemberCollection.cs
- ScriptResourceHandler.cs
- AsyncDataRequest.cs
- StackSpiller.Bindings.cs